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/yabasic | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/yabasic')
-rw-r--r-- | lang/yabasic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index d39bc16aa82c..df69597a3687 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: yabasic -# Version required: 2.62 # Date created: 11 Nov 1999 # Whom: Frank Gruender # # $FreeBSD$ # -DISTNAME= yab -PKGNAME= yabasic-2.62 +PORTNAME= yabasic +PORTVERSION= 2.62 CATEGORIES= lang MASTER_SITES= http://www.yabasic.de/download/ +DISTNAME= yab EXTRACT_SUFX= .tar.Z MAINTAINER= elwood@mc5sys.in-berlin.de |