diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | a382ccc7b08ba66a8f6cca03850939f6a18f4b3e (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/p5-Template-Plugin-ListUtil | |
parent | d13e9ff49923be9fed7a66707e30849f0f901f64 (diff) | |
download | pkgsrc-a382ccc7b08ba66a8f6cca03850939f6a18f4b3e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/p5-Template-Plugin-ListUtil')
-rw-r--r-- | devel/p5-Template-Plugin-ListUtil/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Template-Plugin-ListUtil/Makefile b/devel/p5-Template-Plugin-ListUtil/Makefile index 6494e97e1dc..f29644cd3d5 100644 --- a/devel/p5-Template-Plugin-ListUtil/Makefile +++ b/devel/p5-Template-Plugin-ListUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/03 21:55:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:00 asau Exp $ # DISTNAME= Template-Plugin-ListUtil-0.02 @@ -12,7 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-ListUtil/ COMMENT= List::Util functions for TT LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty DEPENDS+= {perl>=5.8,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils |