summaryrefslogtreecommitdiff
path: root/lang/p2c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
commit322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (patch)
tree0a35d4ee0a8c15369f24146060d1823b78c7048a /lang/p2c
parentConverted to MAN[1-9] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4533
Diffstat (limited to 'lang/p2c')
-rw-r--r--lang/p2c/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile
index 4ae43ecadaa6..464d1824c6f3 100644
--- a/lang/p2c/Makefile
+++ b/lang/p2c/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.7 1995/11/22 13:12:58 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/12 02:18:46 obrien Exp $
#
DISTNAME= p2c-1.21alpha-07.Dec.93
@@ -14,6 +14,8 @@ DISTFILES= p2c-1.21alpha2.tar.gz
MAINTAINER= jmz@FreeBSD.org
+MAN1= p2cc.1
+
pre-install: build
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/lib
@@ -22,4 +24,3 @@ pre-install: build
@${INSTALL_MAN} ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1
.include <bsd.port.mk>
-