From eb83fd870144b777313a3d3e3417e4e3ba90b48c Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 3 Jun 2003 20:23:42 +0000 Subject: Fix things mucked up from the original port I committed: * Change maintainer to submitter of ports/52446, Rui Lopes (I missed this when I committed this port) * Add libgtkhtml/remove gtk20 from USE_GNOME * Remove the REINPLACEs adamw_: we also don't need that first REINPLACE in post-patch. 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 (over IRC) --- devel/devhelp/files/patch-src::dh-base.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/devhelp/files/patch-src::dh-base.c (limited to 'devel/devhelp/files') diff --git a/devel/devhelp/files/patch-src::dh-base.c b/devel/devhelp/files/patch-src::dh-base.c new file mode 100644 index 000000000000..c364d4ff1b99 --- /dev/null +++ b/devel/devhelp/files/patch-src::dh-base.c @@ -0,0 +1,10 @@ +--- 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); -- cgit v1.2.3