aboutsummaryrefslogtreecommitdiffstats
path: root/lang/jython
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-05-29 07:16:40 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-05-29 07:16:40 +0800
commit4c56ca5aeab4265894c82a1ccf26a2385dbb9d1e (patch)
tree36c47e54d02a865248d839bbd84539a706c197df /lang/jython
parent2c95bae597960a2d2f74903f6987dab5848ff41e (diff)
downloadfreebsd-ports-gnome-4c56ca5aeab4265894c82a1ccf26a2385dbb9d1e.tar.gz
freebsd-ports-gnome-4c56ca5aeab4265894c82a1ccf26a2385dbb9d1e.tar.zst
freebsd-ports-gnome-4c56ca5aeab4265894c82a1ccf26a2385dbb9d1e.zip
Use DISTVERSIONPREFIX instead of DISTNAME
Diffstat (limited to 'lang/jython')
-rw-r--r--lang/jython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/jython/Makefile b/lang/jython/Makefile
index 9b001da5c492..44beb2fd884f 100644
--- a/lang/jython/Makefile
+++ b/lang/jython/Makefile
@@ -3,10 +3,10 @@
PORTNAME= jython
PORTVERSION= 2.7.0
+DISTVERSIONPREFIX= installer-
CATEGORIES= lang python java
MASTER_SITES= https://repo1.maven.org/maven2/org/python/jython-installer/${PORTVERSION}/ \
http://repo1.maven.org/maven2/org/python/jython-installer/${PORTVERSION}/
-DISTNAME= jython-installer-${PORTVERSION}
EXTRACT_SUFX= .jar
MAINTAINER= python@FreeBSD.org