diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-16 23:26:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-16 23:26:18 +0000 |
commit | 0401cfe3ded045bb08c187e579a4fa6270032760 (patch) | |
tree | ab9fd39f0a735b79a4efecf2ff1bbfdd72459374 /lang/squeak2/Makefile | |
parent | portlint - mostly moving around variables. (diff) |
DISTNAME-related fixups.
Notes
Notes:
svn path=/head/; revision=27676
Diffstat (limited to 'lang/squeak2/Makefile')
-rw-r--r-- | lang/squeak2/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |