diff options
author | heinz <heinz> | 2008-04-06 15:46:54 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-04-06 15:46:54 +0000 |
commit | 16ffc2adc074ae5c4074ddb83cd53fc79a864888 (patch) | |
tree | 3e14e066e338c97cf42764823f98bf2ad7f60033 /www | |
parent | b2a3dca9386c45fa5ab220d12efc178275f60dff (diff) | |
download | pkgsrc-16ffc2adc074ae5c4074ddb83cd53fc79a864888.tar.gz |
The package supports installation to DESTDIR.
No C compiler required.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 02b776c76c9..b5445eb096f 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/18 03:25:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/04/06 15:46:54 heinz Exp $ # DISTNAME= Apache-Test-1.29 @@ -11,8 +11,11 @@ MAINTAINER= adam@migus.org HOMEPAGE= http://search.cpan.org/dist/Apache-Test/ COMMENT= Wrapper for Test.pm to test an Apache server +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= ap2-perl-[0-9]* +USE_LANGUAGES= # none PERL5_PACKLIST= auto/Apache/Test/.packlist .include "../../lang/perl5/module.mk" |