summaryrefslogtreecommitdiff
path: root/java/javavmwrapper/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-12-07 20:18:48 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-12-07 20:18:48 +0000
commit71d3fdc85a63fc6611ea125cfbb4e1340c64be2d (patch)
treeb9cb0c133638770d03fbf00e8dfe505c6ad85052 /java/javavmwrapper/Makefile
parent. Some minor comment and formatting fixes (should have probably have been (diff)
. Run the pkg-install script correctly.
. Bump PORTREVISION for this change and the previous change to javavmwrapper itself.
Notes
Notes: svn path=/head/; revision=123410
Diffstat (limited to 'java/javavmwrapper/Makefile')
-rw-r--r--java/javavmwrapper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/javavmwrapper/Makefile b/java/javavmwrapper/Makefile
index 64a455aacf9e..5847d198aac8 100644
--- a/java/javavmwrapper/Makefile
+++ b/java/javavmwrapper/Makefile
@@ -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>