summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-server/patches/patch-ab')
-rw-r--r--textproc/dict-server/patches/patch-ab17
1 files changed, 9 insertions, 8 deletions
diff --git a/textproc/dict-server/patches/patch-ab b/textproc/dict-server/patches/patch-ab
index 8a9b200ac2c..5bef1da232a 100644
--- a/textproc/dict-server/patches/patch-ab
+++ b/textproc/dict-server/patches/patch-ab
@@ -1,25 +1,26 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/07/28 16:17:20 tron Exp $
+$NetBSD: patch-ab,v 1.2 2001/10/12 10:51:51 simonb Exp $
---- Makefile.in.orig Mon Jul 6 00:09:59 1998
-+++ Makefile.in Wed Jul 28 17:57:42 1999
-@@ -141,16 +141,16 @@
- $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $<
+--- Makefile.in.orig Fri Jan 12 20:24:29 2001
++++ Makefile.in Wed Oct 10 14:57:51 2001
+@@ -141,17 +141,16 @@
+ $(CC) -c $(XTRACFLAGS) $(CFLAGS) $(SCFLAGS) $<
install.dict: dict
- install dict $(bindir)
-- install -m 644 dict.1 $(man1_prefix)
+- install -m 644 dict.1 $(man1_prefix)/dict.1
+ ${INSTALL_PROGRAM} dict $(bindir)
+ ${BSD_INSTALL_MAN} dict.1 $(man1_prefix)
install.dictzip: dictzip
- install dictzip $(bindir)
-- install -m 644 dictzip.1 $(man1_prefix)
+- install -m 644 dictzip.1 $(man1_prefix)/dictzip.1
+ ${INSTALL_PROGRAM} dictzip $(bindir)
+ ${BSD_INSTALL_MAN} dictzip.1 $(man1_prefix)
install.dictd: dictd
- install dictd $(sbindir)
-- install -m 644 dictd.8 $(man8_prefix)
+- if test ! -d $(man8_prefix); then install -d 755 $(man8_prefix); fi
+- install -m 644 dictd.8 $(man8_prefix)/dictd.8
+ ${INSTALL_PROGRAM} dictd $(sbindir)
+ ${BSD_INSTALL_MAN} dictd.8 $(man8_prefix)