diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/portaudit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |