Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2016 12:41:04 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429892 - in head: misc/freebsd-release-manifests ports-mgmt/porttree security/courier-authlib security/pkesh sysutils/hfm sysutils/panicmail www/volta x11-wm/awesome-vicious
Message-ID:  <201612291241.uBTCf4qO092158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Dec 29 12:41:04 2016
New Revision: 429892
URL: https://svnweb.freebsd.org/changeset/ports/429892

Log:
  Cleanup NO_BUILD and NO_INSTALL usage.
  
  Sponsored by:	Absolight

Modified:
  head/misc/freebsd-release-manifests/Makefile   (contents, props changed)
  head/ports-mgmt/porttree/Makefile   (contents, props changed)
  head/security/courier-authlib/Makefile   (contents, props changed)
  head/security/pkesh/Makefile   (contents, props changed)
  head/sysutils/hfm/Makefile   (contents, props changed)
  head/sysutils/panicmail/Makefile   (contents, props changed)
  head/www/volta/Makefile   (contents, props changed)
  head/x11-wm/awesome-vicious/Makefile   (contents, props changed)

Modified: head/misc/freebsd-release-manifests/Makefile
==============================================================================
--- head/misc/freebsd-release-manifests/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/misc/freebsd-release-manifests/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -14,11 +14,10 @@ LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
 NO_ARCH=	yes
-NO_INSTALL=	yes
 
 DATADIR=	${PREFIX}/share/freebsd
 
-post-install:
+do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/MANIFESTS
 	${INSTALL_DATA} ${FILESDIR}/MANIFESTS/* \
 	    ${STAGEDIR}${DATADIR}/MANIFESTS/

Modified: head/ports-mgmt/porttree/Makefile
==============================================================================
--- head/ports-mgmt/porttree/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/ports-mgmt/porttree/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -23,7 +23,6 @@ FETCH_DEPENDS+=	svn:devel/subversion
 SVNROOT?=	http://porttree.googlecode.com/svn/trunk/
 SVN_REV=	52
 NO_BUILD=	yes
-NO_INSTALL=	yes
 PLIST_FILES=	bin/porttree man/man1/porttree.1.gz
 NO_ARCH=	yes
 

Modified: head/security/courier-authlib/Makefile
==============================================================================
--- head/security/courier-authlib/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/security/courier-authlib/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -22,6 +22,7 @@ CONFLICTS=	courier-0.45*
 RUN_DEPENDS=	courierauthconfig:security/courier-authlib-base
 
 NO_BUILD=	yes
+NO_INSTALL=	yes
 PATCHDIR=	/dev/null
 
 OPTIONS_DEFINE+=	GDBM
@@ -147,8 +148,6 @@ CONFIGURE_ARGS+=--without-authvchkpw
 
 .include "${.CURDIR}/Makefile.dep"
 
-do-install:	#empty
-do-build:	#empty
 .else	# !defined(PKGNAMESUFFIX)
 
 .if ${AUTHMOD} == authbase

Modified: head/security/pkesh/Makefile
==============================================================================
--- head/security/pkesh/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/security/pkesh/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -12,7 +12,6 @@ COMMENT=	Public Key Encryption SHell scr
 LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
-NO_INSTALL=	yes
 
 PLIST_FILES=	bin/pkesh
 PORTDOCS=	README

Modified: head/sysutils/hfm/Makefile
==============================================================================
--- head/sysutils/hfm/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/sysutils/hfm/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -30,7 +30,6 @@ USE_RC_SUBR=	hfm
 
 MAKE_ARGS+=	ETCDIR=${ETCDIR} TAG=${DISTVERSIONPREFIX}${PORTVERSION}
 
-NO_INSTALL=	yes
 ALL_TARGET=	test build
 
 do-patch:

Modified: head/sysutils/panicmail/Makefile
==============================================================================
--- head/sysutils/panicmail/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/sysutils/panicmail/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -13,7 +13,6 @@ LICENSE=	BSD2CLAUSE
 RUN_DEPENDS=	pkesh:security/pkesh
 
 NO_BUILD=	yes
-NO_INSTALL=	yes
 
 PLIST_FILES=	etc/rc.d/panicmail \
 		etc/cperciva-panicmail.pem

Modified: head/www/volta/Makefile
==============================================================================
--- head/www/volta/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/www/volta/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libcdb.so:databases/tinycdb
 
 USES=		gmake pkgconfig lua tar:tgz
 ALL_TARGET=	${PORTNAME}
-NO_INSTALL=	yes
 
 CFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
@@ -26,7 +25,7 @@ PLIST_FILES=	bin/volta
 PORTDOCS=	README INSTALL LICENSE ChangeLog
 SUB_FILES=	pkg-message
 
-post-install:
+do-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}

Modified: head/x11-wm/awesome-vicious/Makefile
==============================================================================
--- head/x11-wm/awesome-vicious/Makefile	Thu Dec 29 12:31:35 2016	(r429891)
+++ head/x11-wm/awesome-vicious/Makefile	Thu Dec 29 12:41:04 2016	(r429892)
@@ -17,7 +17,6 @@ RUN_DEPENDS=	awesome:x11-wm/awesome
 
 USES=		tar:xz
 NO_BUILD=	yes
-NO_INSTALL=	yes
 PORTDOCS=	README TODO CHANGES LICENSE
 
 OPTIONS_DEFINE=	DOCS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291241.uBTCf4qO092158>