diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/p2c | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) |
Update of lang Makefiles....
Notes
Notes:
svn path=/head/; revision=1364
Diffstat (limited to 'lang/p2c')
-rw-r--r-- | lang/p2c/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 961ac4d15a72..25463f462558 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -1,7 +1,17 @@ +# New ports collection makefile for: p2c +# Version required: 1.21alpha-07.Dec.93 +# Date created: 4 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= p2c-1.21alpha-07.Dec.93 -DISTFILES= p2c-1.21alpha2.tar.gz -MASTER_SITES= ftp://src.doc.ic.ac.uk/gnu/hurd/ +PKGNAME= p2c-1.21a CATEGORIES+= languages +MASTER_SITES= ftp://src.doc.ic.ac.uk/gnu/hurd/ +DISTFILES= p2c-1.21alpha2.tar.gz + MAINTAINER= jmz@FreeBSD.org pre-install: |