summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/makepp/files/makepp-1.40.1a-install.patch')
-rw-r--r--sys-devel/makepp/files/makepp-1.40.1a-install.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-devel/makepp/files/makepp-1.40.1a-install.patch b/sys-devel/makepp/files/makepp-1.40.1a-install.patch
deleted file mode 100644
index b1ee013add3e..000000000000
--- a/sys-devel/makepp/files/makepp-1.40.1a-install.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- makepp-1.40/config.pl
-+++ makepp-1.40/config.pl
-@@ -34,7 +34,7 @@
- cd makepp-$(VERSION) && make test # Make sure it all runs.
- rm -rf makepp-$(VERSION)
-
--install: all
-- $(PERL) install.pl $(BINDIR) $(DATADIR) $(MANDIR) $(HTMLDIR) $(FINDBIN)
-+install:
-+ $(PERL) install.pl $(DESTDIR)$(BINDIR) $(DESTDIR)$(DATADIR) $(DESTDIR)$(MANDIR) $(DESTDIR)$(HTMLDIR) $(DESTDIR)$(FINDBIN)
-
- .PHONY: all distribution install test