pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Prevent paths to the build directories from b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef0d3bbc0eeb
branches: trunk
changeset: 496696:ef0d3bbc0eeb
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jul 08 21:28:15 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
textproc/freepwing/Makefile | 5 +++--
textproc/postgresql-autodoc/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r ee2da207e9ec -r ef0d3bbc0eeb textproc/freepwing/Makefile
--- a/textproc/freepwing/Makefile Fri Jul 08 21:09:36 2005 +0000
+++ b/textproc/freepwing/Makefile Fri Jul 08 21:28:15 2005 +0000
@@ -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 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-pkgdocdir=${PREFIX}/share/doc/freepwing
+CONFIGURE_ENV+= GNUMAKE="${GMAKE}"
USE_TOOLS+= gmake
USE_PERL5= yes
diff -r ee2da207e9ec -r ef0d3bbc0eeb textproc/postgresql-autodoc/Makefile
--- a/textproc/postgresql-autodoc/Makefile Fri Jul 08 21:09:36 2005 +0000
+++ b/textproc/postgresql-autodoc/Makefile Fri Jul 08 21:28:15 2005 +0000
@@ -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_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PKGBASE}
+CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5}
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index