From f09d566011bcecbf022d87e7636fd56a91d37b2b Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 1 Oct 2013 12:05:09 +0000 Subject: [PATCH] - 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 --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 79fd53ec8d3a..7d43e0033bb9 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 \