diff options
author | des <des@FreeBSD.org> | 2003-12-17 07:44:53 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-12-17 07:44:53 +0800 |
commit | 14ab5c6a56aea7f70d0e1af69863ddc9513c394e (patch) | |
tree | 6eb90c6a7dd8210d157d97213b71208d93bef090 /textproc | |
parent | 1c3c217e403627cc156363810c78f31c52e73493 (diff) | |
download | freebsd-ports-gnome-14ab5c6a56aea7f70d0e1af69863ddc9513c394e.tar.gz freebsd-ports-gnome-14ab5c6a56aea7f70d0e1af69863ddc9513c394e.tar.zst freebsd-ports-gnome-14ab5c6a56aea7f70d0e1af69863ddc9513c394e.zip |
s/ENV/SETENV/
Pointed out by: marcus
Diffstat (limited to 'textproc')
-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> |