. Run the pkg-install script correctly.

. Bump PORTREVISION for this change and the previous change to
  javavmwrapper itself.
This commit is contained in:
Greg Lewis 2004-12-07 20:18:48 +00:00
parent 5e2e151b0f
commit 71d3fdc85a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123410

View File

@ -9,7 +9,7 @@
PORTNAME= javavmwrapper
PORTVERSION= 2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java
MASTER_SITES= # none
DISTFILES= # none
@ -46,7 +46,7 @@ do-install:
${LN} -sf ${PREFIX}/bin/javavm ${PREFIX}/bin/checkvms
post-install:
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \
POST-INSTALL
.include <bsd.port.mk>