aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-10-01 20:30:53 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-10-01 20:30:53 +0800
commit5c93ccff2e4092b726fda761d22776cebf013340 (patch)
tree646dd503c7f7d8d62a5e8751f56c9913f1b6c467 /Mk
parent91ac9243f53bd824bb32e6d87acc02a09f9b0b79 (diff)
downloadfreebsd-ports-gnome-5c93ccff2e4092b726fda761d22776cebf013340.tar.gz
freebsd-ports-gnome-5c93ccff2e4092b726fda761d22776cebf013340.tar.zst
freebsd-ports-gnome-5c93ccff2e4092b726fda761d22776cebf013340.zip
- Fix staging not checking if a port is already installed when installing
it With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 7d43e0033bb9..5c65c00b56cf 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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