diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
commit | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (patch) | |
tree | 64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /audio/p5-CDDB_get | |
parent | a53bceebc3721a43da593b5f9978d442f4bd628c (diff) | |
download | pkgsrc-e9fbb9d9f7c73b3d7843290331e8de0926eefe71.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'audio/p5-CDDB_get')
-rw-r--r-- | audio/p5-CDDB_get/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/p5-CDDB_get/Makefile b/audio/p5-CDDB_get/Makefile index 35691a8910c..d72910d2801 100644 --- a/audio/p5-CDDB_get/Makefile +++ b/audio/p5-CDDB_get/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/04/01 18:45:43 rhaen Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/02 23:48:03 asau Exp $ DISTNAME= CDDB_get-2.28 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,6 @@ HOMEPAGE= http://armin.emx.at/cddb/ COMMENT= Perl interface to query for CDDB information LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/CDDB_get/.packlist |