1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

fix compilation if GTKDOC is enabled

PR:		ports/144117
Submitted By:	Chris Petrik <c.petrik.sosa@gmail.com>
This commit is contained in:
Oliver Lehmann 2010-04-07 09:22:31 +00:00
parent 97c7f6b27a
commit 7083fd7d78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252373

View File

@ -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$$!!' \