aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgicc/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-25 15:02:15 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-25 15:02:15 +0800
commit39235f6b74307353dd43f65396a653ea514295ca (patch)
tree8393992876b0659fb49ae9d9fbbdc745b35078a3 /www/cgicc/files
parent133badd4f60bd1c45fb0b52c6f189078ce9037c7 (diff)
downloadfreebsd-ports-graphics-39235f6b74307353dd43f65396a653ea514295ca.tar.gz
freebsd-ports-graphics-39235f6b74307353dd43f65396a653ea514295ca.tar.zst
freebsd-ports-graphics-39235f6b74307353dd43f65396a653ea514295ca.zip
fix doc installation path
bump portrevision
Diffstat (limited to 'www/cgicc/files')
-rw-r--r--www/cgicc/files/patch-doc:Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/cgicc/files/patch-doc:Makefile.in b/www/cgicc/files/patch-doc:Makefile.in
new file mode 100644
index 00000000000..3889c35f886
--- /dev/null
+++ b/www/cgicc/files/patch-doc:Makefile.in
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig Tue Jun 25 14:49:12 2002
++++ doc/Makefile.in Tue Jun 25 14:49:23 2002
+@@ -94,7 +94,7 @@
+
+ DOXYFILE = Doxyfile
+
+-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(prefix)/share/doc/$(PACKAGE)
+
+ TEMPLATES = index.tmpl license.tmpl lists.tmpl bugs.tmpl demos.tmpl \
+ cgi-overview.tmpl tutorial.tmpl lib-overview.tmpl COPYING COPYING.LIB \