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/wamcc | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/wamcc')
-rw-r--r-- | lang/wamcc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/wamcc/Makefile b/lang/wamcc/Makefile index 26f7954737d5..82629e6f0f0f 100644 --- a/lang/wamcc/Makefile +++ b/lang/wamcc/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: wamcc -# Version required: 2.22 # Date created: 14 September 1999 # Whom: Jerry Hicks <wghicks@bellsouth.net> # # $FreeBSD$ # -DISTNAME= wamcc2.22 -PKGNAME= wamcc-2.22 +PORTNAME= wamcc +PORTVERSION= 2.22 CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/loco/wamcc/ DISTFILES= wamcc2.22.tar.Z prg.tar.Z |