1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

s/ENV/SETENV/

Pointed out by:	marcus
This commit is contained in:
Dag-Erling Smørgrav 2003-12-16 23:44:53 +00:00
parent 49aea1aa5e
commit 75317951d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95987

View File

@ -51,7 +51,7 @@ do-install:
${TAR} -xf - -C${PINSTDIR})
post-install:
@${ENV} PKG_PREFIX=${PREFIX} \
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>