diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
commit | 336a226a5699a3f48c548844b19744df119fc893 (patch) | |
tree | 2832e36799a38cadce7b4b5fe3f68e3a57c88e68 /lang/squeak1/Makefile | |
parent | 9b3d5347ab4e784463f41175cac20980c384707c (diff) | |
download | FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.zip FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.tar.gz |
WRKSRC-related fixes.
Diffstat (limited to 'lang/squeak1/Makefile')
-rw-r--r-- | lang/squeak1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile index dbaf798..5e8a1df 100644 --- a/lang/squeak1/Makefile +++ b/lang/squeak1/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= http://www.apfel.de/~jesse/squeak/ \ http://st-www.cs.uiuc.edu/ftp/Smalltalk/Squeak/ \ ftp://uiarchive.cso.uiuc.edu/pub/lang/smalltalk/smalltalk/Squeak/ \ http://wuarchive.wustl.edu/languages/smalltalk/smalltalk/Squeak/ -DISTFILES= ${PORTVERSION}${EXTRACT_SUFX} ${SQUEAK_SRC} +DISTNAME= ${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de |