diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-04 23:08:22 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-04 23:08:22 +0000 |
commit | b96112b78d8114ab00825565c62f15ad2e5d6008 (patch) | |
tree | 10fd7973ec7e176099a8fb3a80bbe3c397eb1f90 /net | |
parent | 6098c4bbb485a62b1d7914a4479f415bc498674f (diff) | |
download | pkgsrc-b96112b78d8114ab00825565c62f15ad2e5d6008.tar.gz |
Now that gtk-doc is not used, we can remove a chunk from the patch and
install the index.sgml file.
Diffstat (limited to 'net')
-rw-r--r-- | net/linc/PLIST | 3 | ||||
-rw-r--r-- | net/linc/distinfo | 4 | ||||
-rw-r--r-- | net/linc/patches/patch-aa | 11 |
3 files changed, 5 insertions, 13 deletions
diff --git a/net/linc/PLIST b/net/linc/PLIST index 6f8b33a7d45..9adeb88e14a 100644 --- a/net/linc/PLIST +++ b/net/linc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/01/04 20:03:21 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/01/04 23:08:22 jmmv Exp $ bin/linc-cleanup-sockets bin/linc-config include/linc-1.0/linc/linc-config.h @@ -16,6 +16,7 @@ lib/pkgconfig/linc.pc share/aclocal/linc.m4 share/doc/html/linc/c4.html share/doc/html/linc/index.html +share/doc/html/linc/index.sgml share/doc/html/linc/linc-config.html share/doc/html/linc/linc-linc-config.html share/doc/html/linc/linc-linc-private.html diff --git a/net/linc/distinfo b/net/linc/distinfo index 967f47b61aa..c87de180390 100644 --- a/net/linc/distinfo +++ b/net/linc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2003/01/04 20:03:21 jmmv Exp $ +$NetBSD: distinfo,v 1.8 2003/01/04 23:08:23 jmmv Exp $ SHA1 (linc-0.7.0.tar.bz2) = 0e5670a952bf7ca74f27a8c82148391868f8d500 Size (linc-0.7.0.tar.bz2) = 181681 bytes -SHA1 (patch-aa) = e891b344b9c2d8638a52cf56948c0481d77965b2 +SHA1 (patch-aa) = bc149585bc4adc65dfa8448fff78d437c3044465 diff --git a/net/linc/patches/patch-aa b/net/linc/patches/patch-aa index 326ee67efe9..fcb04597477 100644 --- a/net/linc/patches/patch-aa +++ b/net/linc/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2003/01/04 20:03:22 jmmv Exp $ +$NetBSD: patch-aa,v 1.3 2003/01/04 23:08:23 jmmv Exp $ --- docs/Makefile.in.orig Fri Oct 18 12:00:50 2002 +++ docs/Makefile.in @@ -10,12 +10,3 @@ $NetBSD: patch-aa,v 1.2 2003/01/04 20:03:22 jmmv Exp $ @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp #### scan #### -@@ -338,8 +339,6 @@ install-data-local: - echo '-- Installing '$$i ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ - done; \ -- echo '-- Installing $(srcdir)/html/index.sgml' ; \ -- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ - fi) - - # |