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/p2c/Makefile | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/p2c/Makefile')
-rw-r--r-- | lang/p2c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 907ce268fed6..7f88d86820cc 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: p2c -# Version required: 1.21alpha-07.Dec.93 # Date created: 4 October 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= p2c-1.21alpha-07.Dec.93 -PKGNAME= p2c-1.21a +PORTNAME= p2c +PORTVERSION= 1.21a CATEGORIES= lang MASTER_SITES= ftp://ftp.pal.xgw.fi/pub/gnu/alpha/gnu/ \ ftp://ftp.clara.net/pub/mirrors/gnu/hurd/ \ @@ -16,6 +15,7 @@ DISTFILES= p2c-1.21alpha2.tar.gz MAINTAINER= jmz@FreeBSD.org +WRKSRC= ${WRKDIR}/p2c-1.21alpha-07.Dec.93 MAN1= p2c.1 p2cc.1 pre-install: build |