svn commit: r356942 - head/ports-mgmt/pkg_cutleaves

Stefan Walter stefan at FreeBSD.org
Sat Jun 7 18:47:00 UTC 2014


Author: stefan
Date: Sat Jun  7 18:46:59 2014
New Revision: 356942
URL: http://svnweb.freebsd.org/changeset/ports/356942
QAT: https://qat.redports.org/buildarchive/r356942/

Log:
  Properly include bsd.port.pre.mk before checking for WITH_PKGNG, so that
  explicitly setting the latter on FreeBSD 10 is not required.
  
  PR:		182923
  Submitted by:	dt71 at gmx.com

Modified:
  head/ports-mgmt/pkg_cutleaves/Makefile

Modified: head/ports-mgmt/pkg_cutleaves/Makefile
==============================================================================
--- head/ports-mgmt/pkg_cutleaves/Makefile	Sat Jun  7 18:43:04 2014	(r356941)
+++ head/ports-mgmt/pkg_cutleaves/Makefile	Sat Jun  7 18:46:59 2014	(r356942)
@@ -17,6 +17,8 @@ WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	sbin/pkg_cutleaves man/man1/pkg_cutleaves.1.gz
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_PKGNG)
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-pkg_cutleaves \
 		${FILESDIR}/extra-patch-pkg_cutleaves.1
@@ -51,4 +53,4 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/pkg_cutleaves ${STAGEDIR}${PREFIX}/sbin/pkg_cutleaves
 	${INSTALL_MAN} ${WRKSRC}/pkg_cutleaves.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list