From owner-svn-ports-all@freebsd.org Thu Dec 29 12:41:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BCC0C940FE; Thu, 29 Dec 2016 12:41:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D95D19D9; Thu, 29 Dec 2016 12:41:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTCf5iI092168; Thu, 29 Dec 2016 12:41:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTCf4qO092158; Thu, 29 Dec 2016 12:41:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612291241.uBTCf4qO092158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 29 Dec 2016 12:41:04 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 12:41:06 -0000 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