1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- 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
This commit is contained in:
Bryan Drewery 2013-10-01 12:05:09 +00:00
parent 88899ee07e
commit f09d566011
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328937

View File

@ -4327,11 +4327,11 @@ _PACKAGE_DEP= stage
_PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script _PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script
_INSTALL_DEP= package _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 _INSTALL_SUSEQ= install-package security-check
.endif .endif
.else .else # NO_STAGE
_INSTALL_DEP= build _INSTALL_DEP= build
_INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \ _INSTALL_SEQ= install-message check-install-conflicts run-depends lib-depends apply-slist pre-install \