diff options
author | taca <taca@pkgsrc.org> | 2007-08-03 01:32:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-08-03 01:32:06 +0000 |
commit | c5c7f318188b55036a70c094fd7442c82cbb7053 (patch) | |
tree | 74b32842ac4caeae73b51c97f2d7251bf5e71848 /textproc/p5-Text-ChaSen | |
parent | 0baf8683cc6c108d4874828869765d14ffc0f404 (diff) | |
download | pkgsrc-c5c7f318188b55036a70c094fd7442c82cbb7053.tar.gz |
Support PKG_DESTDIR.
Diffstat (limited to 'textproc/p5-Text-ChaSen')
-rw-r--r-- | textproc/p5-Text-ChaSen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-ChaSen/Makefile b/textproc/p5-Text-ChaSen/Makefile index 55704e07929..19a718bbbed 100644 --- a/textproc/p5-Text-ChaSen/Makefile +++ b/textproc/p5-Text-ChaSen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/05/10 18:05:51 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/08/03 01:32:16 taca Exp $ DISTNAME= Text-ChaSen-1.03 PKGNAME= p5-${DISTNAME} @@ -15,6 +15,7 @@ HOMEPAGE= http://www.daionet.gr.jp/~knok/chasen/ COMMENT= Perl5 module to use ChaSen USE_LANGUAGES= c c++ +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Text/ChaSen/.packlist |