diff options
author | jwise <jwise@pkgsrc.org> | 2000-01-24 04:24:41 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-01-24 04:24:41 +0000 |
commit | 2d444e46651fc19374c5b6e1abe9ff8f8af5157d (patch) | |
tree | 37d2deb21922a0f1f09001a77b1b957e6047077e | |
parent | 743455bdb1abff21ffd8da57e2491eb039061543 (diff) | |
download | pkgsrc-2d444e46651fc19374c5b6e1abe9ff8f8af5157d.tar.gz |
Don't rebuild documentation - just install documentation which comes in
distfile. The makefile gets the doc rebuilding wrong, and the documentation
which comes with it is fine.
-rw-r--r-- | www/spfc/files/patch-sum | 3 | ||||
-rw-r--r-- | www/spfc/patches/patch-aa | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/www/spfc/files/patch-sum b/www/spfc/files/patch-sum new file mode 100644 index 00000000000..c869e425ce9 --- /dev/null +++ b/www/spfc/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/01/24 04:24:41 jwise Exp $ + +MD5 (patch-aa) = 0037e0a390e501880520f7379d563411 diff --git a/www/spfc/patches/patch-aa b/www/spfc/patches/patch-aa new file mode 100644 index 00000000000..29b4c9ec9dd --- /dev/null +++ b/www/spfc/patches/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Apr 12 02:53:26 1999 ++++ Makefile Sun Jan 23 23:16:31 2000 +@@ -64,7 +64,7 @@ + $(JAVADOC) $(JAVADOCOPT) $(PACKAGES) + cp $(DOCDIR)/packages.html $(DOCDIR)/index.html + +-all: jar javadoc ++all: jar + + dist: all + @echo Creating distribution... |