svn commit: r328937 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Tue Oct 1 12:05:10 UTC 2013
Author: bdrewery
Date: Tue Oct 1 12:05:09 2013
New Revision: 328937
URL: http://svnweb.freebsd.org/changeset/ports/328937
Log:
- pkg_install+staging: Fix installing package as non-root to call su.
install-package was depended on twice for install target, but it should
only be in SUSEQ
- Add a comment to make sequence code a bit more readable
With hat: portmgr
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Tue Oct 1 12:00:07 2013 (r328936)
+++ head/Mk/bsd.port.mk Tue Oct 1 12:05:09 2013 (r328937)
@@ -4327,11 +4327,11 @@ _PACKAGE_DEP= stage
_PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script
_INSTALL_DEP= package
-_INSTALL_SEQ= install-message run-depends lib-depends install-package
+_INSTALL_SEQ= install-message run-depends lib-depends
_INSTALL_SUSEQ= install-package security-check
.endif
-.else
+.else # NO_STAGE
_INSTALL_DEP= build
_INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \
More information about the svn-ports-head
mailing list