diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/mod_perl/files/patch-Makefile.PL | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/mod_perl/files/patch-Makefile.PL')
-rw-r--r-- | www/mod_perl/files/patch-Makefile.PL | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mod_perl/files/patch-Makefile.PL b/www/mod_perl/files/patch-Makefile.PL deleted file mode 100644 index 6e82ef6f2e4a..000000000000 --- a/www/mod_perl/files/patch-Makefile.PL +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.PL.orig Wed Apr 18 22:00:41 2007 -+++ Makefile.PL Wed Apr 18 22:01:40 2007 -@@ -1380,7 +1380,10 @@ - my $string = $self->MM::install; - my $add = ""; - if ($USE_APXS) { -- $add = "apxs_install"; -+ # XXX The FreeBSD port for mod_perl takes care of installing libperl.so -+ # itself via the pkg-install script. -+ # -+ # $add = "apxs_install"; - } - elsif ($win32_auto and - ($win32_args{INSTALL_DLL} or $win32_args{INSTALL_LIB})) { |