summaryrefslogtreecommitdiff
path: root/devel/make++/files/patch-config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/make++/files/patch-config.pl')
-rw-r--r--devel/make++/files/patch-config.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/make++/files/patch-config.pl b/devel/make++/files/patch-config.pl
deleted file mode 100644
index 417ad17588a2..000000000000
--- a/devel/make++/files/patch-config.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./config.pl.orig 2014-08-05 05:06:18.000000000 -0400
-+++ ./config.pl 2014-08-05 05:07:12.000000000 -0400
-@@ -127,7 +127,7 @@
- rm -rf $(VERSION)
-
- install: all
-- $(PERL) install.pl $(BINDIR) $(DATADIR) $(MANDIR) $(HTMLDIR) $(FINDBIN) $(DESTDIR)
-+ $(PERL) install.pl $(BINDIR) $(DATADIR) $(MANDIR) $(HTMLDIR) $(FINDBIN) $(DESTDIR)$(PREFIX)
-
- .PHONY: all distribution install test testall
- ];