diff options
author | abs <abs@pkgsrc.org> | 2009-05-19 07:31:05 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-05-19 07:31:05 +0000 |
commit | 7a0b2a942185e241651908ad9c2c14054ac76a0f (patch) | |
tree | 4ef9c2c43b46721823bec60684f9cd7a39e75600 /devel/p5-Test-Most | |
parent | 4d67ec11e5e0d4182c2132db6d24cda8f8979b40 (diff) | |
download | pkgsrc-7a0b2a942185e241651908ad9c2c14054ac76a0f.tar.gz |
PKG_DESTDIR_SUPPORT must come before mk includes
Diffstat (limited to 'devel/p5-Test-Most')
-rw-r--r-- | devel/p5-Test-Most/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index ac0df3498e8..269bb0d029d 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/04/12 10:59:47 sno Exp $ +# $NetBSD: Makefile,v 1.3 2009/05/19 07:31:05 abs Exp $ # DISTNAME= Test-Most-0.21 @@ -23,13 +23,14 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Test-Most PKG_SUPPORTED_OPTIONS+= data-dumper-names PKG_SUGGESTED_OPTIONS+= # empty +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mdata-dumper-names) DEPENDS+= p5-Data-Dumper-Names>=0.03:../../devel/p5-Data-Dumper-Names .endif -PKG_DESTDIR_SUPPORT= user-destdir PERL5_MODULE_TYPE= Module::Build USE_LANGUAGES= # empty |