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 /devel/p5-Sub-Install | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/p5-Sub-Install')
-rw-r--r-- | devel/p5-Sub-Install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Sub-Install/Makefile b/devel/p5-Sub-Install/Makefile index cbe9a919911..a2ac1379cb8 100644 --- a/devel/p5-Sub-Install/Makefile +++ b/devel/p5-Sub-Install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:38:21 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:26 joerg Exp $ DISTNAME= Sub-Install-0.924 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sub-Install/ COMMENT= Install subroutines into packages easily +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Sub/Install/.packlist .include "../../lang/perl5/module.mk" |