aboutsummaryrefslogtreecommitdiffstats
path: root/lang/x10/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-05-12 02:34:57 +0800
committermat <mat@FreeBSD.org>2015-05-12 02:34:57 +0800
commitd843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 (patch)
tree634e1ef4990207301493f26b46d80abe56b9f2b3 /lang/x10/Makefile
parent925f5606448b4e40652ba0a13bfb8cd44c8aac89 (diff)
downloadfreebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.gz
freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.zst
freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.zip
Cleanup DIST* variables.
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'lang/x10/Makefile')
-rw-r--r--lang/x10/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/x10/Makefile b/lang/x10/Makefile
index 3479d24b7e1..ea02f20a002 100644
--- a/lang/x10/Makefile
+++ b/lang/x10/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= lang devel java
MASTER_SITES= http://dist.codehaus.org/x10/dependencies/ \
SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} \
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
lpg.runtime.java_2.0.22.jar \
ecj-3.5.1.jar \
com.ibm.wala.cast.java_1.0.0.201101071300.jar \
@@ -18,7 +18,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} \
org.eclipse.equinox.common_3.6.0.v20100503.jar \
commons-math-2.2.jar \
bdwgc-7.1.tar.gz
-EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX}
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jwbacon@tds.net
COMMENT= Object-oriented parallel programming language