mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix typo (s/ENV/SETENV/) and bump PORTREVISION.
Submitted by: hrs
This commit is contained in:
parent
200c303b7d
commit
9676a048d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84015
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue