aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-12-28 17:30:23 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-12-28 17:30:23 +0800
commitee6e89301138944d59db8fa3b985b4d93613cac6 (patch)
tree38dc4795ce5d0e7a517627a241190e5b5558f6f3 /devel
parent978bc2226245ef4066ed1da937660be552b5ad74 (diff)
downloadfreebsd-ports-gnome-ee6e89301138944d59db8fa3b985b4d93613cac6.tar.gz
freebsd-ports-gnome-ee6e89301138944d59db8fa3b985b4d93613cac6.tar.zst
freebsd-ports-gnome-ee6e89301138944d59db8fa3b985b4d93613cac6.zip
- Add NO_ARCH
- Update WWW Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/antlr3/Makefile3
-rw-r--r--devel/antlr3/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/antlr3/Makefile b/devel/antlr3/Makefile
index c75da8799d43..5a063dd1fa4e 100644
--- a/devel/antlr3/Makefile
+++ b/devel/antlr3/Makefile
@@ -15,6 +15,7 @@ COMMENT= ANother Tool for Language Recognition
LICENSE= BSD3CLAUSE
NO_BUILD= yes
+NO_ARCH= yes
USE_JAVA= yes
JAVA_VERSION= 1.7+
INSTALL_JAR= ${DISTFILES}
@@ -23,8 +24,6 @@ SUB_FILES= antlr.sh
PLIST_FILES= bin/${PORTNAME} \
${JAVAJARDIR}/${INSTALL_JAR}
-.include <bsd.port.options.mk>
-
do-install:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/${INSTALL_JAR}
diff --git a/devel/antlr3/pkg-descr b/devel/antlr3/pkg-descr
index c7f3ad6c8f48..9ae5249910f5 100644
--- a/devel/antlr3/pkg-descr
+++ b/devel/antlr3/pkg-descr
@@ -3,4 +3,4 @@ language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
C++ or Java actions.
-WWW: http://www.antlr3.org
+WWW: https://www.antlr3.org/