ports/devel/devhelp/files/patch-src::dh-base.c
Adam Weinberger eb83fd8701 Fix things mucked up from the original port I committed:
* Change maintainer to submitter of ports/52446,
  Rui Lopes <rui@ruilopes.com> (I missed this when
  I committed this port)
* Add libgtkhtml/remove gtk20 from USE_GNOME
* Remove the REINPLACEs
  <debugger> adamw_: we also don't need that first REINPLACE in post-patch.
  <debugger> adamw_: and I don't known why you have placed the second
             REINPLACE there :/
* Remove the lib/devhelp dir in the pkg-plist
* Add a patch to search for devhelp books in the
  standard FreeBSD places
* Alphabetize the pkg-plist
* PORTREVISION bump

Submitted by:	Rui Lopes <rui@ruilopes.com> (over IRC)
2003-06-03 20:23:42 +00:00

10 lines
461 B
C

--- src/dh-base.c.orig Tue Jun 3 12:21:34 2003
+++ src/dh-base.c Tue Jun 3 12:23:04 2003
@@ -155,6 +155,7 @@
/* Insert the books from default gtk-doc install path */
base_add_books (base, DATADIR"/gtk-doc/html");
+ base_add_books (base, DATADIR"/../doc"); // FreeBSD default doc path
base_add_books (base, "/usr/share/gtk-doc/html");
base_add_books (base, DATADIR"/devhelp/books");
dir = g_strconcat (g_getenv ("HOME"), "/.devhelp/books", NULL);