svn commit: r390330 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 22 21:13:37 UTC 2015


Author: bapt
Date: Mon Jun 22 21:13:36 2015
New Revision: 390330
URL: https://svnweb.freebsd.org/changeset/ports/390330

Log:
  Make package-noinstall an alias of make package
  (which is now noinstall by design)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jun 22 20:51:02 2015	(r390329)
+++ head/Mk/bsd.port.mk	Mon Jun 22 21:13:36 2015	(r390330)
@@ -4316,8 +4316,7 @@ pre-repackage:
 # install package cookie
 
 .if !target(package-noinstall)
-package-noinstall:
-	@cd ${.CURDIR} && ${MAKE} package
+package-noinstall: package
 .endif
 
 ################################################################


More information about the svn-ports-head mailing list