diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-13 14:36:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-13 14:36:52 +0000 |
commit | d0a2ab0afedad93086ed7b4c038c4061e9d26193 (patch) | |
tree | 96b0fad808d4f2efc7593ce876b4ef7b1cb814c8 /net/soup | |
parent | 90b34116bc656409b6c81561ec4b778528bc3331 (diff) | |
download | pkgsrc-d0a2ab0afedad93086ed7b4c038c4061e9d26193.tar.gz |
Define the "all-local" missing target in docs/reference/Makefile{,.in}.
Fixes problems shown in Hubert's last bulk build.
Diffstat (limited to 'net/soup')
-rw-r--r-- | net/soup/distinfo | 3 | ||||
-rw-r--r-- | net/soup/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/soup/distinfo b/net/soup/distinfo index 03c43624d40..b543d1b7d76 100644 --- a/net/soup/distinfo +++ b/net/soup/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2003/01/13 04:58:34 rh Exp $ +$NetBSD: distinfo,v 1.3 2003/01/13 14:36:52 jmmv Exp $ SHA1 (soup-0.7.10.tar.bz2) = c383fb880d5e32f6600c8c0757d97edede1e2114 Size (soup-0.7.10.tar.bz2) = 303967 bytes SHA1 (patch-aa) = 6c984de61e93fae33673fb0330e8b3a5c710da95 +SHA1 (patch-ab) = 4a1ec8c278a3b1cc0343dc3edca2f7dec8d25583 diff --git a/net/soup/patches/patch-ab b/net/soup/patches/patch-ab new file mode 100644 index 00000000000..404b0278217 --- /dev/null +++ b/net/soup/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2003/01/13 14:36:53 jmmv Exp $ + +--- docs/reference/Makefile.in.orig Mon Jan 13 15:00:33 2003 ++++ docs/reference/Makefile.in +@@ -292,6 +292,7 @@ mostlyclean-generic distclean-generic cl + maintainer-clean-generic clean mostlyclean distclean maintainer-clean + + ++@ENABLE_GTK_DOC_FALSE@all-local: + @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp + + #### scan #### |