diff options
author | seb <seb@pkgsrc.org> | 2008-07-27 22:37:54 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-07-27 22:37:54 +0000 |
commit | a91614e880ea44ee733adad1767f2fcc47ee39c8 (patch) | |
tree | b391989c122dbcd5cfe39027bcd6d0125c8b70d2 | |
parent | 2d3ccb45cc7d5c3912fe3fbc8a47e291b8d2694a (diff) | |
download | pkgsrc-a91614e880ea44ee733adad1767f2fcc47ee39c8.tar.gz |
Add DESTDIR support.
-rw-r--r-- | devel/p5-Sub-Identify/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Sub-Name/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-Sub-Identify/Makefile b/devel/p5-Sub-Identify/Makefile index 80b17d02c52..222c033cd90 100644 --- a/devel/p5-Sub-Identify/Makefile +++ b/devel/p5-Sub-Identify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 09:25:46 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/27 22:37:54 seb Exp $ # DISTNAME= Sub-Identify-0.03 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sub-Identify/ COMMENT= Perl 5 module to retrieve names of code references +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Sub/Identify/.packlist diff --git a/devel/p5-Sub-Name/Makefile b/devel/p5-Sub-Name/Makefile index b92c18b7b0e..f49b7639d2a 100644 --- a/devel/p5-Sub-Name/Makefile +++ b/devel/p5-Sub-Name/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/26 07:59:15 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/27 22:43:45 seb Exp $ # DISTNAME= Sub-Name-0.04 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Sub-Name/ COMMENT= Perl 5 module to (re)name a sub +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Sub/Name/.packlist .include "../../lang/perl5/module.mk" |