summaryrefslogtreecommitdiff
path: root/lang/mit-scheme
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:21:15 +0000
commit5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch)
tree98671b38100211b23e9d578a8a5a241e41b8a707 /lang/mit-scheme
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/mit-scheme')
-rw-r--r--lang/mit-scheme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile
index 15dbc23eb93f..95565e67a7fa 100644
--- a/lang/mit-scheme/Makefile
+++ b/lang/mit-scheme/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: MIT-Scheme
-# Version required: 7.5.5
# Date created: Mar 26 1995
# Whom: jmacd@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= scheme-7.5.5-ix86-freebsd
-PKGNAME= mit-scheme-7.5.5
+PORTNAME= mit-scheme
+PORTVERSION= 7.5.5
CATEGORIES= lang
MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/pub/scheme-7.5/
+DISTNAME= scheme-7.5.5-ix86-freebsd
MAINTAINER= jmacd@FreeBSD.org