summaryrefslogtreecommitdiff
path: root/lang/slib/Makefile
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/slib/Makefile
parentPORTNAME/PORTVERSION stuff (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27458
Diffstat (limited to 'lang/slib/Makefile')
-rw-r--r--lang/slib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile
index a5bb847df950..c8add430048b 100644
--- a/lang/slib/Makefile
+++ b/lang/slib/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: slib
-# Version required: 2c0
# Date created: 01 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= slib2c5
-PKGNAME= slib-2c5
+PORTNAME= slib
+PORTVERSION= 2c5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= scm
+DISTNAME= slib2c5
MAINTAINER= nakai@FreeBSD.org