diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-09 15:29:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-09 15:29:43 +0000 |
commit | 6d2ef5cbc80b07b6eda719e2684af07c30b1ccb8 (patch) | |
tree | 87eb980c65e8eb61c2dfe802fc78b6c48848d072 /graphics/graphviz | |
parent | b783d16e1e114169d922b9ac9116f4f5b5abc96a (diff) | |
download | pkgsrc-6d2ef5cbc80b07b6eda719e2684af07c30b1ccb8.tar.gz |
Avoid trying to re-generate the graphviz_version.h dist file.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 648a9a74405..2cca90631e4 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2013/09/06 21:30:00 wiz Exp $ +# $NetBSD: Makefile,v 1.126 2013/09/09 15:29:43 jperkin Exp $ DISTNAME= graphviz-2.32.0 CATEGORIES= graphics @@ -63,7 +63,7 @@ BUILDLINK_TRANSFORM+= rm:-Wno-unused-parameter # Prevent another config.status run. pre-build: - touch ${WRKSRC}/Makefile + touch ${WRKSRC}/Makefile ${WRKSRC}/graphviz_version.h # Remove temporary files and directories created by re-linking "libgv_lua.la". post-install: |