diff options
Diffstat (limited to 'lang/perl5-current/patches/patch-af')
-rw-r--r-- | lang/perl5-current/patches/patch-af | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/perl5-current/patches/patch-af b/lang/perl5-current/patches/patch-af new file mode 100644 index 00000000000..0c667d76b6b --- /dev/null +++ b/lang/perl5-current/patches/patch-af @@ -0,0 +1,26 @@ +$NetBSD: patch-af,v 1.1 2000/08/27 20:55:59 jlam Exp $ + +--- utils/Makefile.orig Mon Sep 6 15:46:15 1999 ++++ utils/Makefile +@@ -5,9 +5,9 @@ + # Files to be built with variable substitution after miniperl is + # available. Dependencies handled manually below (for now). + +-pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL dprofpp.PL +-plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc dprofpp +-plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe dprofpp.exe ++pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL ++plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc ++plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe + + all: $(plextract) + +@@ -32,8 +32,6 @@ + splain: splain.PL ../config.sh ../lib/diagnostics.pm + + perlcc: perlcc.PL ../config.sh +- +-dprofpp: dprofpp.PL ../config.sh + + clean: + |