- rename jarfile to antlr3.jar as this may co-exist with antlr2 a bit longer.

This commit is contained in:
jasper 2011-09-05 20:44:34 +00:00
parent 175b131404
commit 3aefe375e7
2 changed files with 5 additions and 4 deletions

View File

@ -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
@ -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
@ -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>

View File

@ -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