summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scmxx/patches/patch-ad')
-rw-r--r--comms/scmxx/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/scmxx/patches/patch-ad b/comms/scmxx/patches/patch-ad
deleted file mode 100644
index c6edf5229fd..00000000000
--- a/comms/scmxx/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2005/07/14 19:15:56 wiz Exp $
-
---- src/Makefile.in.orig 2005-06-10 20:22:12.000000000 +0200
-+++ src/Makefile.in
-@@ -89,7 +89,7 @@ distclean: clean $(patsubst %,%-distclea
- .PHONY: install
- install: $(BINARY)
- $(INSTALL) -d $(DESTDIR)$(bindir)
-- $(INSTALL) --mode=755 $(BINARY) $(DESTDIR)$(bindir)
-+ $(INSTALL) -m 755 $(BINARY) $(DESTDIR)$(bindir)
-
- .PHONY: uninstall
- uninstall: