diff options
author | asami <asami@FreeBSD.org> | 2000-04-17 07:26:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-17 07:26:18 +0800 |
commit | 7fdb03760a097efd9715e77af084814e6185f195 (patch) | |
tree | a7c4ac5e1b2215a7e836274b55ddb7206059dd58 /lang | |
parent | 0b460f3e3cb69558345712e35fffe72e93f0f67a (diff) | |
download | freebsd-ports-gnome-7fdb03760a097efd9715e77af084814e6185f195.tar.gz freebsd-ports-gnome-7fdb03760a097efd9715e77af084814e6185f195.tar.zst freebsd-ports-gnome-7fdb03760a097efd9715e77af084814e6185f195.zip |
DISTNAME-related fixups.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak2/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index 5f4218feb74c..95cc12fb7903 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -11,7 +11,8 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/ \ ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ \ http://www.nectar.com/distfiles/squeak/ -DISTFILES= Squeak2.7-src${EXTRACT_SUFX} ${SQUEAK_SRC} +DISTNAME= Squeak${PORTVERSION}-src +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index 5f4218feb74c..95cc12fb7903 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -11,7 +11,8 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/ \ ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ \ http://www.nectar.com/distfiles/squeak/ -DISTFILES= Squeak2.7-src${EXTRACT_SUFX} ${SQUEAK_SRC} +DISTNAME= Squeak${PORTVERSION}-src +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de |