diff options
author | znerd <znerd@FreeBSD.org> | 2002-05-24 14:42:23 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-05-24 14:42:23 +0800 |
commit | 0c0beecbcf00f9896431a49f209c3b027fec8aaf (patch) | |
tree | b93acffd7ea77af23c3d2cb6cd3fde941cf2dc42 /java/bsh/Makefile | |
parent | a5ad63746a70648d624f48226e3834b49abee3d9 (diff) | |
download | freebsd-ports-gnome-0c0beecbcf00f9896431a49f209c3b027fec8aaf.tar.gz freebsd-ports-gnome-0c0beecbcf00f9896431a49f209c3b027fec8aaf.tar.zst freebsd-ports-gnome-0c0beecbcf00f9896431a49f209c3b027fec8aaf.zip |
Upgrade to 1.2b6. This is the result of chasing the
author.
Port is now unbroken.
Approved by: maintainer
Diffstat (limited to 'java/bsh/Makefile')
-rw-r--r-- | java/bsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/bsh/Makefile b/java/bsh/Makefile index 4c1e43e948fa..8ee6c8e43f39 100644 --- a/java/bsh/Makefile +++ b/java/bsh/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bsh -PORTVERSION= 1.2.b5 -PORTREVISION= 2 +PORTVERSION= 1.2.b6 CATEGORIES= java MASTER_SITES= http://www.beanshell.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} @@ -20,7 +19,6 @@ USE_JAVA= 1.1+ NO_BUILD= yes JAVALIBDIR= ${PREFIX}/share/java/classes -BROKEN= Checksum error do-install: ${MKDIR} ${JAVALIBDIR} |