aboutsummaryrefslogtreecommitdiffstats
path: root/lang/forth
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 14:12:51 +0800
committerobrien <obrien@FreeBSD.org>1996-11-17 14:12:51 +0800
commit07c3420c8a1b322f333a8307efb3fb8220dc242f (patch)
treefb60995d2aeb95540d341a376247c651643d1514 /lang/forth
parent91f6bc4970d9447085147a9a6e818a14719b2018 (diff)
downloadfreebsd-ports-gnome-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.gz
freebsd-ports-gnome-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.zst
freebsd-ports-gnome-07c3420c8a1b322f333a8307efb3fb8220dc242f.zip
Converted to MAN[1-9NL]
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>