diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /devel/p5-LDAP | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/p5-LDAP')
-rw-r--r-- | devel/p5-LDAP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-LDAP/Makefile b/devel/p5-LDAP/Makefile index 3b8f6dcf9cd..975e5475658 100644 --- a/devel/p5-LDAP/Makefile +++ b/devel/p5-LDAP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/12/22 07:22:09 obache Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:23 joerg Exp $ # DISTNAME= perldap-1.2.2 @@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozilla.org/directory/perldap.html COMMENT= Perl5 module to build LDAP clients with perl +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/perldap PERL5_PACKLIST= auto/Mozilla/LDAP/API/.packlist |