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-Storable | |
parent | d13e9ff49923be9fed7a66707e30849f0f901f64 (diff) | |
download | pkgsrc-a382ccc7b08ba66a8f6cca03850939f6a18f4b3e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r-- | devel/p5-Storable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 7823fbd7ab8..ded1c5a464f 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/10/21 22:48:30 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2012/10/31 11:18:57 asau Exp $ DISTNAME= Storable-2.39 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= Perl extension module for persistent data storage LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Storable/.packlist |