summaryrefslogtreecommitdiff
path: root/net/bing
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-19 16:01:36 +0000
committeragc <agc@pkgsrc.org>1997-11-19 16:01:36 +0000
commita0c539620ea900188622f10dc24a2516772d717e (patch)
tree26fa85228cbca061f23313b0b01dce1ae6f09217 /net/bing
parent3079a9850a59bbfb9cb9e323df086a2285226f51 (diff)
downloadpkgsrc-a0c539620ea900188622f10dc24a2516772d717e.tar.gz
Install binary in manual page in the correct directory, and
with the correct owner and group.
Diffstat (limited to 'net/bing')
-rw-r--r--net/bing/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/bing/patches/patch-aa b/net/bing/patches/patch-aa
new file mode 100644
index 00000000000..2128888e12f
--- /dev/null
+++ b/net/bing/patches/patch-aa
@@ -0,0 +1,21 @@
+--- Makefile 1997/11/19 15:48:32 1.1
++++ Makefile 1997/11/19 15:50:33
+@@ -1,8 +1,8 @@
+ #
+ # Makefile,v 1.4 1995/07/21 00:03:30 pb Exp
+ #
+-MANDIR=/usr/local/man
+-BINDIR=/usr/local/bin
++MANDIR=${PREFIX}/man
++BINDIR=${PREFIX}/bin
+ INSTALL=install -c
+ GROFF=groff
+ NROFF=nroff
+@@ -28,5 +28,5 @@
+ $(RM) -f bing bing.ps bing.0
+
+ install: bing bing.8
+- $(INSTALL) -m 644 -o man -g man bing.8 $(MANDIR)/man8
+- $(INSTALL) -m 4555 -o root -g staff bing $(BINDIR)
++ $(INSTALL) -m 644 -o bin -g bin bing.8 $(MANDIR)/man8
++ $(INSTALL) -m 4555 -o root -g bin bing $(BINDIR)