diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-16 23:44:53 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-16 23:44:53 +0000 |
commit | 75317951d48537d8e2e61ca03e236bc1ea017210 (patch) | |
tree | 2f3c69774931328fd7946983c54987e789ea1bf2 /textproc/docbook-xsl | |
parent | 49aea1aa5e695400358e0bb9d9f3a4e69117225d (diff) |
s/ENV/SETENV/
Pointed out by: marcus
Notes
Notes:
svn path=/head/; revision=95987
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 7cc5ff7e71e6..d486428de346 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -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> |