diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:16:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:16:40 +0800 |
commit | 4c56ca5aeab4265894c82a1ccf26a2385dbb9d1e (patch) | |
tree | 36c47e54d02a865248d839bbd84539a706c197df /lang/jython | |
parent | 2c95bae597960a2d2f74903f6987dab5848ff41e (diff) | |
download | freebsd-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/Makefile | 2 |
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 |