diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2010-04-07 09:22:31 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2010-04-07 09:22:31 +0000 |
commit | 7083fd7d78c812a259e0038353d551050b730ad4 (patch) | |
tree | dc49b98166e754ad6c4ec6500b62ec331a97386d /x11/xfce4-conf | |
parent | 97c7f6b27a3584baaee667d2a92e9f020770cbe8 (diff) | |
download | ports-7083fd7d78c812a259e0038353d551050b730ad4.tar.gz ports-7083fd7d78c812a259e0038353d551050b730ad4.zip |
Notes
Diffstat (limited to 'x11/xfce4-conf')
-rw-r--r-- | x11/xfce4-conf/Makefile | 4 |
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$$!!' \ |