svn commit: r332196 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 31 02:27:15 UTC 2013


Author: bdrewery
Date: Thu Oct 31 02:27:14 2013
New Revision: 332196
URL: http://svnweb.freebsd.org/changeset/ports/332196

Log:
  - Fix 'make package' when using pkg_install. Broken in r332158 due to syntax
    error in else branch for pkgng.
  
  Reported by:	danfe, mandree
  Submitted by:	Takefu <takefu at airport.fm>
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Oct 31 02:22:14 2013	(r332195)
+++ head/Mk/bsd.port.mk	Thu Oct 31 02:27:14 2013	(r332196)
@@ -4155,6 +4155,8 @@ install-ldconfig-file:
 .if defined(WITH_PKGNG)
 _UG_OUTPUT=	${WRKDIR}/users-groups.sh
 PKGPREINSTALL+=	${_UG_OUTPUT}
+.else
+_UG_OUTPUT=	/dev/null
 .endif
 .endif
 create-users-groups:


More information about the svn-ports-head mailing list