diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-24 18:34:57 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-24 18:34:57 +0800 |
commit | b6e7bcafd1a5040b1b590abcb2c184b82b875c96 (patch) | |
tree | 43e9f505191a8b672a48e4b3c5b7eccb92a51bbb /lang/bsh | |
parent | 4841c9729ed3b8d23ff673797b617909dcdd3cf2 (diff) | |
download | freebsd-ports-gnome-b6e7bcafd1a5040b1b590abcb2c184b82b875c96.tar.gz freebsd-ports-gnome-b6e7bcafd1a5040b1b590abcb2c184b82b875c96.tar.zst freebsd-ports-gnome-b6e7bcafd1a5040b1b590abcb2c184b82b875c96.zip |
- JAVAJARDIR should not be removed.
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'lang/bsh')
-rw-r--r-- | lang/bsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile index 1a27e51f6392..df586c72f2ba 100644 --- a/lang/bsh/Makefile +++ b/lang/bsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsh PORTVERSION= 2.0.b4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang java MASTER_SITES= http://www.beanshell.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} @@ -26,7 +26,6 @@ SUB_LIST= JARNAME=${PORTNAME}.jar PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ bin/${PORTNAME} -PLIST_DIRS= %%JAVAJARDIR%% do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar |