. Run the pkg-install script correctly.
. Bump PORTREVISION for this change and the previous change to javavmwrapper itself.
This commit is contained in:
parent
5e2e151b0f
commit
71d3fdc85a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123410
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
PORTNAME= javavmwrapper
|
PORTNAME= javavmwrapper
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= java
|
CATEGORIES= java
|
||||||
MASTER_SITES= # none
|
MASTER_SITES= # none
|
||||||
DISTFILES= # none
|
DISTFILES= # none
|
||||||
|
@ -46,7 +46,7 @@ do-install:
|
||||||
${LN} -sf ${PREFIX}/bin/javavm ${PREFIX}/bin/checkvms
|
${LN} -sf ${PREFIX}/bin/javavm ${PREFIX}/bin/checkvms
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \
|
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \
|
||||||
POST-INSTALL
|
POST-INSTALL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue