summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/netsaint-plugins/patches/patch-ab')
-rw-r--r--net/netsaint-plugins/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/netsaint-plugins/patches/patch-ab b/net/netsaint-plugins/patches/patch-ab
new file mode 100644
index 00000000000..159d65af14d
--- /dev/null
+++ b/net/netsaint-plugins/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2001/01/16 16:25:05 rh Exp $
+
+--- plugins/Makefile.in.orig Tue Jan 16 17:12:27 2001
++++ plugins/Makefile.in
+@@ -58,8 +58,7 @@
+ rm -f *~ t/*~
+
+ install:
+- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(INSTALL_DIR)
+- for file in $(PLUGINS) $(EXTRAS); do if test -x $$file; then $(INSTALL) -m 775 $(INSTALL_OPTS) $$file $(DESTDIR)$(INSTALL_DIR); fi; done
++ for file in $(PLUGINS) $(EXTRAS); do if test -x $$file; then ${BSD_INSTALL_PROGRAM} $$file $(DESTDIR)$(INSTALL_DIR); fi; done
+
+ install-base:
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(INSTALL_DIR)