1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/libcheck/files/patch-doc+money+Makefile.in
Sean Chittenden 90862d3405 Update libcheck (C unit testing library) to 0.9.3. Port changes
include:

*) Update check.m4 to search for libraries and headers in /usr/local/*
   and $prefix/*.  Ports/programs that use libcheck now work with the
   configure arg `--with-check` without needing to specify the
   location as an argument.  Someone with more autofoo may want to
   review this.  Patch submitted upstream.
*) Removed incorporated patches.
*) Installing docs and examples in their proper location.
*) Removed a description of the benefits of unit testing in pkg-descr.
*) No longer installing COPYING.

Approved by:    mikeh (maintainer)
2006-07-05 18:30:08 +00:00

12 lines
503 B
Plaintext

--- doc/money/Makefile.in.orig Sun Jul 2 20:23:16 2006
+++ doc/money/Makefile.in Sun Jul 2 20:24:13 2006
@@ -75,7 +75,7 @@
have_docbook2html = @have_docbook2html@
@PLAIN_DOCDIR_TRUE@DOCROOTDIR = $(prefix)/share/doc/$(PACKAGE)
@PLAIN_DOCDIR_FALSE@DOCROOTDIR = $(prefix)/share/doc/${PACKAGE}-${VERSION}
-exampledocdir = $(DOCROOTDIR)/examples
+exampledocdir = $(prefix)/share/examples/${PACKAGE}-${VERSION}
example_docs = money.h money.c check_money.c configure.in.money Makefile.am.money