pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Most PKG_DESTDIR_SUPPORT must come befor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e03a67ff52b
branches: trunk
changeset: 393272:3e03a67ff52b
user: abs <abs%pkgsrc.org@localhost>
date: Tue May 19 07:31:05 2009 +0000
description:
PKG_DESTDIR_SUPPORT must come before mk includes
diffstat:
devel/p5-Test-Most/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 3a7069913921 -r 3e03a67ff52b devel/p5-Test-Most/Makefile
--- a/devel/p5-Test-Most/Makefile Tue May 19 07:10:04 2009 +0000
+++ b/devel/p5-Test-Most/Makefile Tue May 19 07:31:05 2009 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index