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 | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /sysutils/p5-Lchown | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'sysutils/p5-Lchown')
-rw-r--r-- | sysutils/p5-Lchown/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile index 236bb630b0d..fe0418f0c9f 100644 --- a/sysutils/p5-Lchown/Makefile +++ b/sysutils/p5-Lchown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:46 joerg Exp $ DISTNAME= Lchown-1.00 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Lchown/ COMMENT= Perl5 module interface to the lchown() system call +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Lchown/.packlist .include "../../lang/perl5/module.mk" |