diff options
author | kristerw <kristerw> | 2004-08-17 09:24:14 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-08-17 09:24:14 +0000 |
commit | c797b9e64bf125e74f68f29234e8c76a7204d41e (patch) | |
tree | 95973124a16c727b35eff80705eb6aa70a5b3b42 /graphics | |
parent | da147e19ce99557c69c1b670725ce62f601fe19b (diff) | |
download | pkgsrc-c797b9e64bf125e74f68f29234e8c76a7204d41e.tar.gz |
Use DIST_SUBDIR to limit the fallout from the recent distfile checksum
change.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 4 | ||||
-rw-r--r-- | graphics/graphviz/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 183ea53733f..c360a5910ff 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/04/17 16:56:10 seb Exp $ +# $NetBSD: Makefile,v 1.22 2004/08/17 09:24:14 kristerw Exp $ # DISTNAME= graphviz-1.12 @@ -11,6 +11,8 @@ COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs LICENSE= graphviz-license +DIST_SUBDIR= ${PKGNAME_NOREV} + GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index b3c7247f125..1fc57f9fb34 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2004/08/07 10:00:36 seb Exp $ +$NetBSD: distinfo,v 1.11 2004/08/17 09:24:14 kristerw Exp $ -SHA1 (graphviz-1.12.tar.gz) = c41ddeb8228c5957c9fad7ae7975eefec648682c -Size (graphviz-1.12.tar.gz) = 3348808 bytes +SHA1 (graphviz-1.12/graphviz-1.12.tar.gz) = c41ddeb8228c5957c9fad7ae7975eefec648682c +Size (graphviz-1.12/graphviz-1.12.tar.gz) = 3348808 bytes SHA1 (patch-aa) = d60925921fa7daa753ee04e267fce6f978644ea2 SHA1 (patch-ab) = 751f786fec8f4907d6aedd37de0304c353621a83 SHA1 (patch-ac) = a69f70e2a3f95f3ef0f32cfcaf9bf872afd1cea4 |