summaryrefslogtreecommitdiff
path: root/devel/seed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/seed/Makefile')
-rw-r--r--devel/seed/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/seed/Makefile b/devel/seed/Makefile
index f50e5b9e3a4e..f8efb39b12b8 100644
--- a/devel/seed/Makefile
+++ b/devel/seed/Makefile
@@ -31,18 +31,16 @@ CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=3.0
DATADIR= share/seed-gtk3
INSTALL_TARGET= install-strip
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|== x|= x|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-ldl||g' \
${WRKSRC}/libseed/Makefile.in
@${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in
-.if ! ${PORT_OPTIONS:MDOCS}
+
+post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \
${WRKSRC}/Makefile.in
-.endif
pre-build:
cd ${WRKSRC}/extensions && ${SETENV} ${MAKE_ENV} ${GMAKE} \