diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-09 01:52:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-09 01:52:32 +0000 |
commit | 00fd4ffad52f7f6b3c908f876b263d4c9f4acd9c (patch) | |
tree | effcc720d92e5f88699b1cea850e3249b5a905b3 /textproc/freepwing/Makefile | |
parent | 7bbcf099d1f3ebd054bc653ddd05f34b2c6c40e3 (diff) | |
download | pkgsrc-00fd4ffad52f7f6b3c908f876b263d4c9f4acd9c.tar.gz |
Install Perl modules into the Perl vendor directories. Bump the
PKGREVISION to 3.
Diffstat (limited to 'textproc/freepwing/Makefile')
-rw-r--r-- | textproc/freepwing/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/freepwing/Makefile b/textproc/freepwing/Makefile index 22e8de45709..913ed541b39 100644 --- a/textproc/freepwing/Makefile +++ b/textproc/freepwing/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/08/09 01:52:32 jlam Exp $ DISTNAME= freepwing-1.4.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= japanese textproc MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ @@ -11,9 +11,10 @@ COMMENT= Free JIS X 4081 (subset of EPWING V1) formatter DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-pkgdocdir=${PREFIX}/share/doc/freepwing -CONFIGURE_ENV+= GNUMAKE="${GMAKE}" -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-perllibdir=${PERL5_INSTALLVENDORLIB} +CONFIGURE_ARGS+= --with-pkgdocdir=${PREFIX}/share/doc/freepwing +CONFIGURE_ENV+= GNUMAKE="${GMAKE}" .include "../../mk/bsd.pkg.mk" |