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 /textproc/p5-Text-Context-EitherSide | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-Text-Context-EitherSide')
-rw-r--r-- | textproc/p5-Text-Context-EitherSide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-Context-EitherSide/Makefile b/textproc/p5-Text-Context-EitherSide/Makefile index edaf9bb3609..11505385b5c 100644 --- a/textproc/p5-Text-Context-EitherSide/Makefile +++ b/textproc/p5-Text-Context-EitherSide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/17 15:15:25 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Context-EitherSide-1.3 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Text-Context-EitherSide COMMENT= Get n words either side of search keywords +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_REQD+= 5.6.0 PERL5_PACKLIST= auto/Text/Context/EitherSide/.packlist |