Don't check the base system when PACKAGE_BUILDING

This commit is contained in:
Oliver Eikemeier 2004-08-16 02:24:06 +00:00
parent 2e83ebea4b
commit 01977fcaea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116339
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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: