s/ENV/SETENV/
Pointed out by: marcus
This commit is contained in:
parent
49aea1aa5e
commit
75317951d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95987
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue