summaryrefslogtreecommitdiff
path: root/lang/forth
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/forth
parentConverted to MAN[1-9] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4533
Diffstat (limited to 'lang/forth')
-rw-r--r--lang/forth/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile
index 0e77c3e103b1..5168dbd8d5b1 100644
--- a/lang/forth/Makefile
+++ b/lang/forth/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1994
# Whom: mr
#
-# $Id: Makefile,v 1.7 1995/11/22 13:12:39 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/12 02:18:09 obrien Exp $
#
DISTNAME= pfe099
@@ -12,9 +12,12 @@ CATEGORIES= lang
MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/
DISTFILES= pfe-0.9.9.tar.gz
+MAINTAINER= ports@FreeBSD.org
+
+MAN1= pfe.1
+
pre-install:
@${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1
- @gzip -9nf ${PREFIX}/man/man1/pfe.1
.include <bsd.port.mk>