mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
90862d3405
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)
12 lines
503 B
Plaintext
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
|
|
|