Skip to content

Commit

Permalink
- rename jarfile to antlr3.jar as this may co-exist with antlr2 a bit…
Browse files Browse the repository at this point in the history
… longer.
  • Loading branch information
jasperla committed Sep 5, 2011
1 parent 7f357c9 commit 7e9631d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions lang/antlr3/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/30 07:19:34 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/09/05 20:44:34 jasper Exp $

# keep in sync with classpath archs
ONLY_FOR_ARCHS= i386 amd64 sparc64
Expand All @@ -8,6 +8,7 @@ COMMENT= ANother Tool for Language Recognition
V= 3.4
DISTNAME= antlr-${V}-complete
PKGNAME= antlr3-${V}
REVISION= 0

CATEGORIES= lang java

Expand All @@ -31,6 +32,6 @@ JAR_DIR= ${PREFIX}/share/java/classes/

do-install:
${INSTALL_DATA_DIR} ${JAR_DIR}
${INSTALL_DATA} ${FULLDISTDIR}/${DISTNAME}.jar ${JAR_DIR}/antlr.jar
${INSTALL_DATA} ${FULLDISTDIR}/${DISTNAME}.jar ${JAR_DIR}/antlr3.jar

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions lang/antlr3/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/30 07:19:34 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/09/05 20:44:34 jasper Exp $
share/java/
share/java/classes/
share/java/classes/antlr.jar
share/java/classes/antlr3.jar

0 comments on commit 7e9631d

Please sign in to comment.