diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/squeak2 | |
parent | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff) |
Notes
Diffstat (limited to 'lang/squeak2')
-rw-r--r-- | lang/squeak2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index 5753c664c3c0..5f4218feb74c 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: squeak -# Version required: 2.3 # Date created: 4 March 1999 # Whom: jesse@cs.uni-magdeburg.de # # $FreeBSD$ # -DISTNAME= Squeak2.7-src -PKGNAME= squeak-2.7 +PORTNAME= squeak +PORTVERSION= 2.7 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= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} +DISTFILES= Squeak2.7-src${EXTRACT_SUFX} ${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de |