aboutsummaryrefslogtreecommitdiffstats
path: root/lang/squeak1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-12 14:21:15 +0800
committerobrien <obrien@FreeBSD.org>2000-04-12 14:21:15 +0800
commit279d0c568395b4252ea7d025ef414367c67379c0 (patch)
tree8f72921d00682487baa00cb9380ca8975f5469ce /lang/squeak1
parent98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff)
downloadfreebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz
freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst
freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/squeak1')
-rw-r--r--lang/squeak1/Makefile7
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