summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scmxx/patches/patch-ac')
-rw-r--r--comms/scmxx/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/scmxx/patches/patch-ac b/comms/scmxx/patches/patch-ac
deleted file mode 100644
index 4a079fbec5e..00000000000
--- a/comms/scmxx/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2005/07/14 19:15:56 wiz Exp $
-
---- po/Makefile.in.orig 2005-06-08 21:52:10.000000000 +0200
-+++ po/Makefile.in
-@@ -67,7 +67,7 @@ $(POT_FILE): $(SOURCE_FILES)
- .PHONY:install-%.mo
- install-%.mo: %.mo
- $(INSTALL) -d $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES; \
-- $(INSTALL) --mode=644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \
-+ $(INSTALL) -m 644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \
-
- .PHONY:install
- install: $(patsubst %,install-%,$(MO_FILES))