diff options
author | max <max@FreeBSD.org> | 1996-12-12 04:50:58 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-12 04:50:58 +0000 |
commit | df6de12ce6fcdf76150e5d63c90d1cfc862f01eb (patch) | |
tree | 9efd4f5831deeed2e4df11b9a00068ceea4c23ee /misc/fd/Makefile | |
parent | 7296f9a1b97c18e7721eb9e90069319941741415 (diff) | |
download | FreeBSD-ports-df6de12ce6fcdf76150e5d63c90d1cfc862f01eb.zip FreeBSD-ports-df6de12ce6fcdf76150e5d63c90d1cfc862f01eb.tar.gz |
Install the man page to man/ja_JP.EUC/man1.
Diffstat (limited to 'misc/fd/Makefile')
-rw-r--r-- | misc/fd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index a2b4a27..0252cca 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.2 1996/11/11 05:49:29 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/17 09:05:43 obrien Exp $ # DISTNAME= FD-1.01 @@ -15,13 +15,10 @@ MAINTAINER= nobu@psrc.isac.co.jp ALL_TARGET= goal PATCH_STRIP= -p0 -o fdrc -INSTALL_TARGET= install catman +MANLANG= ja_JP.EUC 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 - .include <bsd.port.mk> |