aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-08-16 10:24:06 +0800
committereik <eik@FreeBSD.org>2004-08-16 10:24:06 +0800
commit13ccd05622018a941264027d27d850ec2adc030a (patch)
tree4d510330b295bb8ae7ad48ddeebdae2a1814ed38 /security
parentc48b19c9ae33d100bed62be3eb9dded6ff149fc2 (diff)
downloadfreebsd-ports-graphics-13ccd05622018a941264027d27d850ec2adc030a.tar.gz
freebsd-ports-graphics-13ccd05622018a941264027d27d850ec2adc030a.tar.zst
freebsd-ports-graphics-13ccd05622018a941264027d27d850ec2adc030a.zip
Don't check the base system when PACKAGE_BUILDING
Diffstat (limited to 'security')
-rw-r--r--security/portaudit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/portaudit/Makefile b/security/portaudit/Makefile
index 4b6c971e2ee..45c65511e20 100644
--- a/security/portaudit/Makefile
+++ b/security/portaudit/Makefile
@@ -63,7 +63,9 @@ post-build:
.endfor
pre-install:
+.if !defined(PACKAGE_BUILDING)
@${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGREQ} ${PKGNAME} INSTALL
+.endif
@${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
do-install: