diff options
Diffstat (limited to 'net/netsaint-plugins/patches/patch-ab')
-rw-r--r-- | net/netsaint-plugins/patches/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/netsaint-plugins/patches/patch-ab b/net/netsaint-plugins/patches/patch-ab deleted file mode 100644 index 159d65af14d..00000000000 --- a/net/netsaint-plugins/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$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) |