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/logo | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/logo')
-rw-r--r-- | lang/logo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index 0c4ede5021ca..ab8e31cd254d 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: logo -# Version required: 4.6 # Date created: 22 October 1994 # Whom: jkh # # $FreeBSD$ # -DISTNAME= ucblogo-4.6 +PORTNAME= ucblogo +PORTVERSION= 4.6 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://anarres.cs.berkeley.edu/pub/ucblogo/ |