diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-08 21:28:15 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-08 21:28:15 +0000 |
commit | 9384e6337d76fcf96c666912527a4a5a67b06bed (patch) | |
tree | 750c0e69087ff1642af98618c0be66cf5f0f11d9 /textproc | |
parent | 41530b67f501f1fc33151c6d21802362fe537b19 (diff) | |
download | pkgsrc-9384e6337d76fcf96c666912527a4a5a67b06bed.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/freepwing/Makefile | 5 | ||||
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/freepwing/Makefile b/textproc/freepwing/Makefile index d426657f675..ab535501f68 100644 --- a/textproc/freepwing/Makefile +++ b/textproc/freepwing/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/08 21:35:03 kristerw Exp $ DISTNAME= freepwing-1.4.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese textproc MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ @@ -13,6 +13,7 @@ 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 USE_PERL5= yes diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index 6710d89ac22..23c2412c4b8 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:35 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/08 21:28:15 kristerw Exp $ # DISTNAME= postgresql_autodoc-1.24 -# PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ @@ -18,5 +18,6 @@ USE_PERL5= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PKGBASE} +CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5} .include "../../mk/bsd.pkg.mk" |