- Fix staging not checking if a port is already installed when installing

it

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2013-10-01 12:30:53 +00:00
parent 5af3c674e8
commit ee07cfd901
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328941

View File

@ -4315,7 +4315,7 @@ _STAGE_SEQ+= create-users-groups do-install post-install post-stage compress-man
.endif
.if defined(WITH_PKGNG)
_INSTALL_DEP= stage
_INSTALL_SEQ= install-message run-depends lib-depends
_INSTALL_SEQ= install-message run-depends lib-depends check-already-installed
_INSTALL_SUSEQ= fake-pkg security-check
_PACKAGE_DEP= stage
@ -4327,7 +4327,7 @@ _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_SEQ= install-message run-depends lib-depends check-already-installed
_INSTALL_SUSEQ= install-package security-check
.endif