1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix docdir to be able to install on non-standard LOCALBASE.

This commit is contained in:
Munechika SUMIKAWA 2009-07-08 07:53:01 +00:00
parent 9dece4426a
commit cfa614e661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237408
2 changed files with 4 additions and 3 deletions

View File

@ -32,6 +32,7 @@ CONFIGURE_ENV= LIBS=-lmd
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc --with-ipv6 \
--with-gnutls=${PREFIX} \
--with-spooldir=${WWWOFFLE_SPOOL} \
--docdir=${DOCSDIR} \
--mandir=${MANPREFIX}/man
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}

View File

@ -1,11 +1,11 @@
--- doc/Makefile.in.orig Mon Apr 22 01:53:25 2002
+++ doc/Makefile.in Mon Apr 22 20:54:11 2002
--- doc/Makefile.in.orig 2006-02-07 04:06:14.000000000 +0900
+++ doc/Makefile.in 2009-07-08 16:30:38.000000000 +0900
@@ -22,7 +22,7 @@
prefix=@prefix@
mandir=$(DESTDIR)@mandir@
-docdir=$(DESTDIR)${prefix}/doc/wwwoffle
+docdir=$(DESTDIR)${prefix}/share/doc/wwwoffle
+docdir=$(DESTDIR)@docdir@
SPOOLDIR=@SPOOLDIR@
CONFDIR=@CONFDIR@