summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV/Makefile
diff options
context:
space:
mode:
authorasau <asau>2012-10-02 21:25:15 +0000
committerasau <asau>2012-10-02 21:25:15 +0000
commit927c9866002f40ee06dab5431f98e3a43b8890bd (patch)
tree43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/p5-DBD-CSV/Makefile
parenteeeae6e40ecf124d519361cfba846f5b07e75407 (diff)
downloadpkgsrc-927c9866002f40ee06dab5431f98e3a43b8890bd.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/p5-DBD-CSV/Makefile')
-rw-r--r--databases/p5-DBD-CSV/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index 05c62ec9e31..ded738c1d0d 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2012/09/07 11:41:08 sno Exp $
+# $NetBSD: Makefile,v 1.34 2012/10/02 21:25:26 asau Exp $
DISTNAME= DBD-CSV-0.36
PKGNAME= p5-${DISTNAME}
@@ -12,8 +12,6 @@ HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/
COMMENT= Access CSV files via DBI
LICENSE= ${PERL5_LICENSE}
-PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= p5-SQL-Statement>=1.31:../../databases/p5-SQL-Statement
DEPENDS+= p5-Text-CSV_XS>=0.91:../../textproc/p5-Text-CSV_XS