summaryrefslogtreecommitdiff
path: root/devel/check
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-06-23 07:10:41 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-06-23 07:10:41 +0000
commit8a7a097674ad8cfa1a29c7ea45fec55046ff289b (patch)
tree3d96cbb0352e1ab73a6bf2e993a1c63fea61f32f /devel/check
parentabde2277308908dc4b29c774c3ef95e0e172be83 (diff)
downloadpkgsrc-8a7a097674ad8cfa1a29c7ea45fec55046ff289b.tar.gz
Always install only HTML format documents instead of LyX format (!).
Bump revision to 1.
Diffstat (limited to 'devel/check')
-rw-r--r--devel/check/Makefile3
-rw-r--r--devel/check/PLIST9
-rw-r--r--devel/check/distinfo3
-rw-r--r--devel/check/patches/patch-aa17
4 files changed, 28 insertions, 4 deletions
diff --git a/devel/check/Makefile b/devel/check/Makefile
index 3eb03668db5..7f8ef51f09a 100644
--- a/devel/check/Makefile
+++ b/devel/check/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/06/02 01:20:56 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2003/06/23 07:10:41 uebayasi Exp $
#
DISTNAME= check-0.8.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/}
diff --git a/devel/check/PLIST b/devel/check/PLIST
index 690471b5682..fb2efd658af 100644
--- a/devel/check/PLIST
+++ b/devel/check/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/10/22 16:57:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/06/23 07:10:42 uebayasi Exp $
include/check.h
lib/libcheck.a
share/aclocal/check.m4
@@ -12,6 +12,11 @@ share/doc/check/examples/check_money.c
share/doc/check/examples/configure.in.money
share/doc/check/examples/money.c
share/doc/check/examples/money.h
-share/doc/check/tutorial.lyx
+share/doc/check/tutorial.html
+share/doc/check/tutorial-1.html
+share/doc/check/tutorial-2.html
+share/doc/check/tutorial-3.html
+share/doc/check/tutorial-4.html
+share/doc/check/tutorial-5.html
@dirrm share/doc/check/examples
@dirrm share/doc/check
diff --git a/devel/check/distinfo b/devel/check/distinfo
index b994987c006..b2d6af7cff1 100644
--- a/devel/check/distinfo
+++ b/devel/check/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/10/22 16:57:57 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/06/23 07:10:42 uebayasi Exp $
SHA1 (check-0.8.4.tar.gz) = 4d5ced349ca76e2e945ab8b722d5007bc1b44860
Size (check-0.8.4.tar.gz) = 134449 bytes
+SHA1 (patch-aa) = 006e21d3927c4ec11cbe46c25afeb35f2b90b154
diff --git a/devel/check/patches/patch-aa b/devel/check/patches/patch-aa
new file mode 100644
index 00000000000..a70b704784a
--- /dev/null
+++ b/devel/check/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2003/06/23 07:10:46 uebayasi Exp $
+
+--- doc/Makefile.in.orig Mon Oct 21 20:30:28 2002
++++ doc/Makefile.in
+@@ -82,10 +82,8 @@ html_docs = tutorial.html tutorial-1.
+
+
+ EXTRA_DIST = $(lyx_docs) $(sgml_docs) $(html_docs)
+-@MAKE_DOC_TRUE@doc_DATA = $(lyx_docs) $(sgml_docs) $(html_docs)
+-@MAKE_DOC_FALSE@doc_DATA = $(lyx_docs)
+-@MAKE_DOC_TRUE@CLEANFILES = $(sgml_docs) $(html_docs) *.*~
+-@MAKE_DOC_FALSE@CLEANFILES = *.*~
++doc_DATA = $(html_docs)
++CLEANFILES = $(html_docs)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =