summaryrefslogtreecommitdiff
path: root/lang/Gofer
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/Gofer
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/Gofer')
-rw-r--r--lang/Gofer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile
index bf69b7a6e4ba..6f22c9740917 100644
--- a/lang/Gofer/Makefile
+++ b/lang/Gofer/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: gofer
-# Version required: 2.30
# Date created: Wed Feb 1 01:51:59 PST 1995
# Whom: hsu
#
# $FreeBSD$
#
-DISTNAME= gofer230a
-PKGNAME= gofer-2.30a
+PORTNAME= gofer
+PORTVERSION= 2.30a
CATEGORIES= lang
MASTER_SITES= ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
+DISTNAME= gofer230a
MAINTAINER= hsu@FreeBSD.org