pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/graphviz Touch the configure* files after pat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d368bdc3454
branches: trunk
changeset: 460243:9d368bdc3454
user: jmc <jmc%pkgsrc.org@localhost>
date: Mon Aug 25 18:15:46 2003 +0000
description:
Touch the configure* files after patch to avoid this rerunning configure on
build.
diffstat:
graphics/graphviz/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r a7d16cb36877 -r 9d368bdc3454 graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile Mon Aug 25 17:57:54 2003 +0000
+++ b/graphics/graphviz/Makefile Mon Aug 25 18:15:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/28 10:06:43 seb Exp $
+# $NetBSD: Makefile,v 1.16 2003/08/25 18:15:46 jmc Exp $
#
DISTNAME= graphviz-1.10
@@ -40,6 +40,11 @@
#UNLIMIT_RESOURCES= datasize stacksize memorysize
CONFIGURE_ARGS+= --without-dynagraph
+post-configure:
+ ${TOUCH} ${WRKSRC}/configure.in ${WRKSRC}/aclocal.m4 \
+ ${WRKSRC}/stamp-h.in ${WRKSRC}/configure \
+ ${WRKSRC}/config.status ${WRKSRC}/Makefile
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphviz
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/graphviz
Home |
Main Index |
Thread Index |
Old Index