diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-30 22:21:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-30 22:21:04 +0000 |
commit | fee52ee01991a91b36035c9f0f23755c977459dc (patch) | |
tree | cb7a6919816e93e200f7c224e32874d7f8ea8e6f /x11 | |
parent | b6dba6d7f9cba91c1b7cb82d07bc4514775ffb32 (diff) | |
download | pkgsrc-fee52ee01991a91b36035c9f0f23755c977459dc.tar.gz |
Set DIST_SUBDIR since distfile of the same name but different content
is now downloaded.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ocaml-lablgtk/Makefile | 5 | ||||
-rw-r--r-- | x11/ocaml-lablgtk/distinfo | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11/ocaml-lablgtk/Makefile b/x11/ocaml-lablgtk/Makefile index 907097197df..02ec1927839 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/30 11:13:39 jaapb Exp $ +# $NetBSD: Makefile,v 1.7 2015/06/30 22:21:04 wiz Exp $ DISTNAME= lablgtk-2.18.3 PKGREVISION= 4 @@ -11,6 +11,9 @@ COMMENT= GTK+ 2.x bindings for Objective Caml # for installed files; more restrictions on applications/ LICENSE= gnu-lgpl-v2 +# remove on next update +DIST_SUBDIR= lablgtk-2.18.3 + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-debug USE_TOOLS+= gmake pkg-config diff --git a/x11/ocaml-lablgtk/distinfo b/x11/ocaml-lablgtk/distinfo index 026a4c0418b..c231778a2bb 100644 --- a/x11/ocaml-lablgtk/distinfo +++ b/x11/ocaml-lablgtk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/06/30 11:13:39 jaapb Exp $ +$NetBSD: distinfo,v 1.4 2015/06/30 22:21:04 wiz Exp $ -SHA1 (lablgtk-2.18.3.tar.gz) = b8ecc3b160fcbce73062f3bad23a2a3b1c2735d3 -RMD160 (lablgtk-2.18.3.tar.gz) = 33fc2a3c126c6cda6db8a9e8d9556fbafcfc13d2 -Size (lablgtk-2.18.3.tar.gz) = 788177 bytes +SHA1 (lablgtk-2.18.3/lablgtk-2.18.3.tar.gz) = b8ecc3b160fcbce73062f3bad23a2a3b1c2735d3 +RMD160 (lablgtk-2.18.3/lablgtk-2.18.3.tar.gz) = 33fc2a3c126c6cda6db8a9e8d9556fbafcfc13d2 +Size (lablgtk-2.18.3/lablgtk-2.18.3.tar.gz) = 788177 bytes SHA1 (patch-src_Makefile) = a24fafdbc273863e110d4becb79f849053ec9a9c |