diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-10 04:03:18 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-10 04:03:18 +0000 |
commit | da730228e3970b67eeefbee1ed163754343e5b7d (patch) | |
tree | 6dea1ba1289a506bc001ba2b6b801762771b28f7 /biology/p5-AcePerl/files/patch-ac | |
parent | Initial import of games/pentix v2.4 (diff) |
- Update biology/p5-AcePerl from 1.62 to 1.67
- Alphabetise ${PLIST} to ease future maintenance
- Port now compiles in XS optimisations and RPC server interface
- Port now honours ${CC} properly, also for compiled extensions
- Port now uses PERL_CONFIGURE
- Hand over port MAINTAINERship to FreeBSD bio-porters mailing list
PR: 21865
Submitted by: MAINTAINER
Diffstat (limited to 'biology/p5-AcePerl/files/patch-ac')
-rw-r--r-- | biology/p5-AcePerl/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/files/patch-ac b/biology/p5-AcePerl/files/patch-ac new file mode 100644 index 000000000000..90194f8b38d7 --- /dev/null +++ b/biology/p5-AcePerl/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Thu Aug 31 19:02:21 2000 ++++ Makefile.PL Mon Oct 9 16:43:32 2000 +@@ -1,7 +1,7 @@ + use Config; + use ExtUtils::MakeMaker qw(prompt WriteMakefile); + +-my $choice; ++my $choice = 3; + while (!$choice) { + $reply = prompt( + "\nWhat do you want to build?\n\n" . |