aboutsummaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/fd
parent1cd3d92150c435bd617039c4045455da7a705228 (diff)
downloadports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz
ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip
Notes
Diffstat (limited to 'misc/fd')
-rw-r--r--misc/fd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile
index 4467893744f6..a2b4a27e86f9 100644
--- a/misc/fd/Makefile
+++ b/misc/fd/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
-# $Id: Makefile,v 1.1.1.1 1996/03/20 07:53:43 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/11 05:49:29 obrien Exp $
#
DISTNAME= FD-1.01
@@ -14,14 +14,14 @@ MASTER_SITES= ftp://ftp.mei.co.jp/free/others/Utilities/
MAINTAINER= nobu@psrc.isac.co.jp
ALL_TARGET= goal
-PATCH_STRIP= -p0 -o fdrc
+PATCH_STRIP= -p0 -o fdrc
INSTALL_TARGET= install catman
+MAN1= fd.1
do-configure:
cd ${WRKSRC} ; make config
post-install:
rm -f /usr/local/man/man1/fd.1.gz /usr/local/man/cat1/fd.1.gz
- gzip -9 /usr/local/man/man1/fd.1 /usr/local/man/cat1/fd.1
.include <bsd.port.mk>