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-Text-Kakasi/Makefile | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-Text-Kakasi/Makefile')
-rw-r--r-- | textproc/p5-Text-Kakasi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-Kakasi/Makefile b/textproc/p5-Text-Kakasi/Makefile index 47c74022eb9..ead0ff6d7a6 100644 --- a/textproc/p5-Text-Kakasi/Makefile +++ b/textproc/p5-Text-Kakasi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/13 09:21:16 taca Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:49 joerg Exp $ DISTNAME= Text-Kakasi-1.05 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.daionet.gr.jp/~knok/kakasi/ COMMENT= Perl5 module to use Kakasi +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Kakasi/.packlist .include "../../textproc/kakasi/buildlink3.mk" |