aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2010-04-07 17:22:31 +0800
committeroliver <oliver@FreeBSD.org>2010-04-07 17:22:31 +0800
commita51b475ca4ef256777f8941151dcde166a89dd5b (patch)
treed48f82f3d9c24a12702190e35db89943ce2a0c08 /x11
parent47b4f0730e84bfdb2222c0ec37946ea75750e3a8 (diff)
downloadfreebsd-ports-gnome-a51b475ca4ef256777f8941151dcde166a89dd5b.tar.gz
freebsd-ports-gnome-a51b475ca4ef256777f8941151dcde166a89dd5b.tar.zst
freebsd-ports-gnome-a51b475ca4ef256777f8941151dcde166a89dd5b.zip
fix compilation if GTKDOC is enabled
PR: ports/144117 Submitted By: Chris Petrik <c.petrik.sosa@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-conf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xfce4-conf/Makefile b/x11/xfce4-conf/Makefile
index 0efa6c9b2def..9883f3fcae8a 100644
--- a/x11/xfce4-conf/Makefile
+++ b/x11/xfce4-conf/Makefile
@@ -56,6 +56,10 @@ CONFIGURE_ARGS+=--enable-gtk-doc
CONFIGURE_ARGS+=--disable-gtk-doc
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|--module-dir|--module=xfconf &|' \
+ ${WRKSRC}/docs/reference/Makefile.in
+
post-build:
.if defined(WITH_PERL)
@${REINPLACE_CMD} -E -e 's! doc_(perl|site|\$$\(INSTALLDIRS\))_install$$!!' \