diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-16 02:24:06 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-16 02:24:06 +0000 |
commit | 01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (patch) | |
tree | c83bef5b501b89be34ddbc820782ddc7e2b9aa76 | |
parent | 2e83ebea4bb03204c21862c30d0d1051f93a132c (diff) | |
download | ports-01977fcaeadf6fa6fe54d180a7f6ec93d5742226.tar.gz ports-01977fcaeadf6fa6fe54d180a7f6ec93d5742226.zip |
Notes
-rw-r--r-- | ports-mgmt/portaudit/Makefile | 2 | ||||
-rw-r--r-- | security/portaudit/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ports-mgmt/portaudit/Makefile b/ports-mgmt/portaudit/Makefile index 4b6c971e2eec..45c65511e202 100644 --- a/ports-mgmt/portaudit/Makefile +++ b/ports-mgmt/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: diff --git a/security/portaudit/Makefile b/security/portaudit/Makefile index 4b6c971e2eec..45c65511e202 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: |