summaryrefslogtreecommitdiff
path: root/irc/irssi-devel/files/patch-src_perl_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irssi-devel/files/patch-src_perl_Makefile.in')
-rw-r--r--irc/irssi-devel/files/patch-src_perl_Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/irssi-devel/files/patch-src_perl_Makefile.in b/irc/irssi-devel/files/patch-src_perl_Makefile.in
deleted file mode 100644
index 1d45946c5098..000000000000
--- a/irc/irssi-devel/files/patch-src_perl_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/perl/Makefile.in.orig Thu Apr 26 10:31:06 2001
-+++ src/perl/Makefile.in Thu Apr 26 10:32:04 2001
-@@ -473,7 +473,7 @@
- cat $(top_srcdir)/docs/signals.txt | $(perlpath) $(srcdir)/get-signals.pl > perl-signals-list.h
-
- all-local:
-- for dir in common irc; do cd $$dir && if [ ! -f Makefile ]; then if [ "x$(PERL_LIB_DIR)" = "x" ]; then $(perlpath) Makefile.PL; else $(perlpath) Makefile.PL LIB=$(PERL_LIB_DIR) PREFIX=$(PERL_LIB_DIR); fi; fi && ($(MAKE) || $(MAKE)) && cd ..; done
-+ for dir in common irc; do cd $$dir && if [ ! -f Makefile ]; then if [ "x$(PERL_LIB_DIR)" = "x" ]; then $(perlpath) Makefile.PL; else $(perlpath) Makefile.PL ; fi; fi && ($(MAKE) || $(MAKE)) && cd ..; done
-
- install-exec-local:
- for dir in common irc; do cd $$dir && $(MAKE) install && cd ..; done