diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /databases/p5-Net-MySQL | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'databases/p5-Net-MySQL')
-rw-r--r-- | databases/p5-Net-MySQL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-Net-MySQL/Makefile b/databases/p5-Net-MySQL/Makefile index 7d856bce9ad..90f2cf21c88 100644 --- a/databases/p5-Net-MySQL/Makefile +++ b/databases/p5-Net-MySQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/05 23:08:02 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:18 joerg Exp $ # DISTNAME= Net-MySQL-0.09 @@ -10,6 +10,8 @@ MAINTAINER= ficovh@yahoo.com HOMEPAGE= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/ COMMENT= Net::MySQL - Pure Perl MySQL network protocol interface +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/MySQL/.packlist USE_LANGUAGES= # none |