diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 17:06:37 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 17:06:37 +0800 |
commit | ba89702285635efd977f4f66089dd18d020ff48d (patch) | |
tree | 5ac228ab59601ee1651bdf611d53f7184b44129a /shells | |
parent | aba15b1de022e16cfa9cd14e2c1b6b28bd042ef9 (diff) | |
download | freebsd-ports-graphics-ba89702285635efd977f4f66089dd18d020ff48d.tar.gz freebsd-ports-graphics-ba89702285635efd977f4f66089dd18d020ff48d.tar.zst freebsd-ports-graphics-ba89702285635efd977f4f66089dd18d020ff48d.zip |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 4467893744f..a2b4a27e86f 100644 --- a/shells/fd/Makefile +++ b/shells/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> |