diff options
Diffstat (limited to 'lang/squeak1/Makefile')
-rw-r--r-- | lang/squeak1/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile index 90ad2a53c2a5..dbaf7989e19c 100644 --- a/lang/squeak1/Makefile +++ b/lang/squeak1/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: squeak1 -# Version required: 1.31 # Date created: 20 December 1998 # Whom: jesse@cs.uni-magdeburg.de # # $FreeBSD$ # -DISTNAME= 1.31 -PKGNAME= squeak-1.31 +PORTNAME= squeak +PORTVERSION= 1.31 CATEGORIES= lang MASTER_SITES= http://www.apfel.de/~jesse/squeak/ \ ftp://alix.inria.fr/pub/squeak/unix/ \ @@ -17,7 +16,7 @@ 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= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} +DISTFILES= ${PORTVERSION}${EXTRACT_SUFX} ${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de |