summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-12 04:50:58 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-12 04:50:58 +0000
commit018ccf736552caef9d1180227dabd89c7b0d46ca (patch)
tree961884f01d949d5b12d26c7e8462e15ebf260d77 /shells
parentChange delimiter of substitution that uses MANLANG from `.' to `%', so (diff)
Install the man page to man/ja_JP.EUC/man1.
Notes
Notes: svn path=/head/; revision=4951
Diffstat (limited to 'shells')
-rw-r--r--shells/fd/Makefile7
-rw-r--r--shells/fd/files/patch-aa12
-rw-r--r--shells/fd/pkg-plist2
3 files changed, 10 insertions, 11 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index a2b4a27e86f9..0252ccaa9076 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.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>
diff --git a/shells/fd/files/patch-aa b/shells/fd/files/patch-aa
index af0cfad63577..14a21accb73b 100644
--- a/shells/fd/files/patch-aa
+++ b/shells/fd/files/patch-aa
@@ -48,23 +48,25 @@
# archiver definition
#".lzh" A "lha aq %C %TA" "lha xq %C %TA"
---- ./Makefile.in.org Sun Dec 17 20:39:36 1995
-+++ ./Makefile.in Tue Mar 19 23:42:45 1996
-@@ -3,11 +3,11 @@
+--- Makefile.in.orig Mon Dec 18 13:39:36 1995
++++ Makefile.in Thu Dec 12 12:10:02 1996
+@@ -3,11 +3,12 @@
#
TITLE = FD-
-TOPDIR = /usr/local
++PREFIX?= /usr/local
+TOPDIR = $(PREFIX)
BINDIR = $(TOPDIR)/bin
- MANDIR = $(TOPDIR)/man/man$(MANSEC)
+-MANDIR = $(TOPDIR)/man/man$(MANSEC)
++MANDIR = $(TOPDIR)/man/ja_JP.EUC/man$(MANSEC)
CATDIR = $(TOPDIR)/man/cat$(MANSEC)
-DEFRC = /etc/fdrc
+DEFRC = $(TOPDIR)/etc/fdrc
SHELL = /bin/sh
INSTALL = cp -p
CHMOD = chmod
-@@ -40,7 +40,7 @@
+@@ -40,7 +41,7 @@
kanji.o file.o apply.o archive.o tree.o command.o browse.o
LDFLAGS = __TERMLIBS__ __REGLIBS__ __OTHERLIBS__
diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist
index b2b280abecdc..9f641075e93d 100644
--- a/shells/fd/pkg-plist
+++ b/shells/fd/pkg-plist
@@ -1,3 +1,3 @@
bin/fd
-man/man1/fd.1.gz
+man/ja_JP.EUC/man1/fd.1.gz
etc/fdrc