aboutsummaryrefslogtreecommitdiff
path: root/www/free-sa/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/free-sa/files/patch-Makefile')
-rw-r--r--www/free-sa/files/patch-Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/free-sa/files/patch-Makefile b/www/free-sa/files/patch-Makefile
deleted file mode 100644
index a2430e3e812f..000000000000
--- a/www/free-sa/files/patch-Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.orig Mon Apr 2 14:45:41 2007
-+++ Makefile Mon Apr 2 14:46:20 2007
-@@ -14,11 +14,9 @@
- install:
- $(MAKEDIRS)
- @( \
-- $(INSTALLDIR) $(PREFIX); \
-- $(INSTALLDIR) $(PREFIX)/doc; \
-- $(INSTALLDIR) $(PREFIX)/doc/$(PROGLNAME)-$(PROGVERSION); \
-+ $(INSTALLDIR) $(PREFIX)/share/doc/$(PROGLNAME)-$(PROGVERSION); \
- $(INSTALLODR) $(TMPDIR); \
- for IDOCFILE in COPYING ChangeLog FAQ INSTALL README README.DEV TRANSLATIONS; do\
-- $(INSTALLFIL) $$IDOCFILE $(PREFIX)/doc/$(PROGLNAME)-$(PROGVERSION); \
-+ $(INSTALLFIL) $$IDOCFILE $(PREFIX)/share/doc/$(PROGLNAME)-$(PROGVERSION); \
- done \
- )