diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /devel/p5-Getopt-ArgvFile | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/p5-Getopt-ArgvFile')
-rw-r--r-- | devel/p5-Getopt-ArgvFile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Getopt-ArgvFile/Makefile b/devel/p5-Getopt-ArgvFile/Makefile index c9bb8a69e5b..d31a3f13e81 100644 --- a/devel/p5-Getopt-ArgvFile/Makefile +++ b/devel/p5-Getopt-ArgvFile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 22:38:21 wennmach Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:16 joerg Exp $ # DISTNAME= Getopt-ArgvFile-1.10 @@ -12,6 +12,8 @@ HOMEPAGE= http://www.cpan.org/modules/by-module/Getopt/ COMMENT= Interpolates script options from files into @ARGV or another array PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Getopt/ArgvFile/.packlist DEPENDS+= p5-Getopt-Simple-[0-9]*:../../devel/p5-Getopt-Simple |