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 /textproc/p5-String-ShellQuote/Makefile | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-String-ShellQuote/Makefile')
-rw-r--r-- | textproc/p5-String-ShellQuote/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile index 4772f2e744a..55561989aa7 100644 --- a/textproc/p5-String-ShellQuote/Makefile +++ b/textproc/p5-String-ShellQuote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/02/22 12:13:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:49 joerg Exp $ DISTNAME= String-ShellQuote-1.03 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/String-ShellQuote/ COMMENT= Quote strings for passing through the shell +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/String/ShellQuote/.packlist .include "../../lang/perl5/module.mk" |