head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.01.25.12.35.20;	author wjv;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.10.04.03.18;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to version 1.82
@
text
@--- Makefile.PL.orig	Fri Sep 28 16:13:04 2001
+++ Makefile.PL	Fri Jan 25 14:11:26 2002
@@@@ -2,7 +2,7 @@@@
 use ExtUtils::MakeMaker qw(prompt WriteMakefile);
 use File::Path;
 
-my $choice;
+my $choice = 3;
 while (!$choice) {
   $reply = prompt(
 		  "\nWhat do you want to build?\n\n" .
@@@@ -22,8 +22,6 @@@@
 push @@extlib,'Freesubs' if $choice >= 2;
 push @@extlib,'RPC'      if $choice >= 3;
 
-print "\n";
-setup_sitedefs() if prompt("Do you want to install Ace::Browser? ","n") =~ /[yY]/;
 
 my $headers  = "./ace/wh";
 WriteMakefile(
@


1.1
log
@- 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
@
text
@d1 3
a3 4
--- 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;
d5 1
d12 9
@

