diff options
author | Steve Price <steve@FreeBSD.org> | 1998-06-27 01:30:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-06-27 01:30:31 +0000 |
commit | d787371c3884a468504887cce1ee11466a1e339e (patch) | |
tree | f85d0c48e1c0a58522320b633fa5e207bc2a8c69 /www/p5-Apache/files | |
parent | NO_CONFIGURE is a no-op. Also, remove the post-extract target, getting (diff) |
Make this port build again.
Hinted at by: Satoshi Asami <asami@freebsd.org>
Notes
Notes:
svn path=/head/; revision=11551
Diffstat (limited to 'www/p5-Apache/files')
-rw-r--r-- | www/p5-Apache/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache/files/patch-aa b/www/p5-Apache/files/patch-aa index be5daab7feb3..b88da40d2e00 100644 --- a/www/p5-Apache/files/patch-aa +++ b/www/p5-Apache/files/patch-aa @@ -13,10 +13,10 @@ -$APACHE_SRC_DEFAULT = $@ ? - '../apache_x.x/src' : - $Apache::MyConfig::Setup{Apache_Src} ; -+opendir( WRKDIR, "$ENV{PORTSDIR}/www/apache/work" ) || die( "Can't open $ENV{PORTSDIR}/www/apache/work: $!\n" ); ++opendir( WRKDIR, "$ENV{PORTSDIR}/www/apache12/work" ) || die( "Can't open $ENV{PORTSDIR}/www/apache/work: $!\n" ); +( $srcdir ) = grep( /^apache/, readdir( WRKDIR ) ); +closedir( WRKDIR ); -+$APACHE_SRC_DEFAULT = "$ENV{PORTSDIR}/www/apache/work/" . $srcdir . "/src"; ++$APACHE_SRC_DEFAULT = "$ENV{PORTSDIR}/www/apache12/work/" . $srcdir . "/src"; my $PWD = cwd; my %SSL = ( |