summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/downloader/files/patch-aq')
-rw-r--r--ftp/downloader/files/patch-aq11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/downloader/files/patch-aq b/ftp/downloader/files/patch-aq
deleted file mode 100644
index ce222de9cb62..000000000000
--- a/ftp/downloader/files/patch-aq
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.orig Mon Mar 19 21:44:54 2001
-+++ po/Makefile Mon Mar 19 21:45:14 2001
-@@ -28,7 +28,7 @@
- install:
- for i in `ls *.gmo` ; do \
- mkdir -p $(LOCALEDIR)/`echo $$i|sed -e s/.gmo//`/LC_MESSAGES;\
-- install -c -m644 $$i $(LOCALEDIR)/`echo $$i | sed -e s/.gmo//`/LC_MESSAGES/$(PACKAGE).mo ; \
-+ ${BSD_INSTALL_DATA} $$i $(LOCALEDIR)/`echo $$i | sed -e s/.gmo//`/LC_MESSAGES/$(PACKAGE).mo ; \
- done
-
- uninstall: