summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmc <jmc>2003-08-25 18:15:46 +0000
committerjmc <jmc>2003-08-25 18:15:46 +0000
commit0ea17861069fc93bc79da715d73c8811442dc97e (patch)
treec3cabcd15edeabae1e846b340e99865c7af8c284 /graphics
parent678cbd24e59f57b74d16425b62de439d13343ce4 (diff)
downloadpkgsrc-0ea17861069fc93bc79da715d73c8811442dc97e.tar.gz
Touch the configure* files after patch to avoid this rerunning configure on
build.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 8f6cca74cdb..42151948722 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-expatlibdir=${BUILDLINK_PREFIX.expat}/lib
#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