summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-03-04 20:02:28 +0000
committerseb <seb@pkgsrc.org>2003-03-04 20:02:28 +0000
commit2c43b580dd0eb75ef4cbe6aaec83ac108e6b22bb (patch)
tree1f5065501f6ee496151b9a168f2b679b212b454e /graphics/graphviz
parenta2f15575a510dd3e0710bc2bd5649a5c1eabdfa7 (diff)
downloadpkgsrc-2c43b580dd0eb75ef4cbe6aaec83ac108e6b22bb.tar.gz
Fix build for all systems without pthread: the ast_common.h
included in the distribution tarball really should not be there. Bump PKGREVISION
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 4dd0b8bb2b6..5adb936af06 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/03/03 11:34:57 seb Exp $
+# $NetBSD: Makefile,v 1.11 2003/03/04 20:02:28 seb Exp $
#
DISTNAME= graphviz-1.9
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/
@@ -41,9 +42,11 @@ CONFIGURE_ARGS+= --with-expatlibdir=${BUILDLINK_PREFIX.expat}/lib
CONFIGURE_ARGS+= --without-dynagraph
# clean up a bit to help package maintainer produce patch files
+# *And* remove this annoying ast_common.h!
post-extract:
${_PKG_SILENT}${_PKG_DEBUG} \
- ${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM} -f
+ ${RM} -f ${WRKSRC}/ast_common.h
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphviz