aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-02 04:59:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-02 04:59:51 +0000
commit9676a048d66a6ff5c9caca8316399ef3d11e2ac4 (patch)
treed69e9fcb7d20ec76bf39684dc291b5133c4d8300 /textproc/xmlcatmgr
parent200c303b7d1bdefdb0b59cdab5dfd90995db44c2 (diff)
downloadports-9676a048d66a6ff5c9caca8316399ef3d11e2ac4.tar.gz
ports-9676a048d66a6ff5c9caca8316399ef3d11e2ac4.zip
Fix typo (s/ENV/SETENV/) and bump PORTREVISION.
Submitted by: hrs
Notes
Notes: svn path=/head/; revision=84015
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index 45dd9dee92d8..9e3965a12f1d 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmlcatmgr
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
@@ -33,6 +34,6 @@ MAKE_ENV+= BT_INSTALL_BIN="${INSTALL_SCRIPT}"
MAKE_ENV+= BT_INSTALL_DATA="${INSTALL_DATA}"
post-install:
- @${ENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>