mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
19add88b46
PR: ports/68706 Submitted by: maintainer
12 lines
466 B
Plaintext
12 lines
466 B
Plaintext
--- doc/Makefile.in.orig Tue Jun 15 02:54:56 2004
|
|
+++ doc/Makefile.in Mon Jul 5 22:12:44 2004
|
|
@@ -155,7 +155,7 @@
|
|
target_alias = @target_alias@
|
|
CLEANFILES = *~
|
|
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 \
|
|
COPYING.DOC header.html footer.html cgicc-doc.css
|