ports/81808: Fix the WITH_BOOK option of devel/subversion
Li-Lun Wang (Leland Wang)
llwang at infor.org
Thu Jun 2 13:00:17 UTC 2005
>Number: 81808
>Category: ports
>Synopsis: Fix the WITH_BOOK option of devel/subversion
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 02 13:00:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Li-Lun Wang (Leland Wang)
>Release: FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ll-X31 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 2 01:16:16 CST 2005 root at ll-X31:/usr/obj/usr/src/sys/X31 i386
>Description:
The WITH_BOOK knob for devel/subversion is not installing
the svnbook correctly.
>How-To-Repeat:
cd /usr/ports/devel/subversion; make -DWITH_BOOK install
>Fix:
--- Makefile.orig Thu Jun 2 20:13:23 2005
+++ Makefile Thu Jun 2 20:53:24 2005
@@ -340,11 +340,8 @@
${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
done
.if defined(WITH_BOOK)
- @${MKDIR} ${DOCSDIR}/book/images
- cd ${WRKSRC}/doc/book/book ; \
+ cd ${WRKSRC}/doc/book ; \
${INSTALL_DATA} svn-book.html svn-book.pdf ${DOCSDIR}/book
- cd ${WRKSRC}/doc/book/book/images ; \
- ${INSTALL_DATA} *.png ${DOCSDIR}/book/images
.endif
.endif
.if defined(WITH_PERL)
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list