View | Details | Raw Unified | Return to bug 236252 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/xmlroff/Makefile (-3 / +5 lines)
Lines 27-36 Link Here
27
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc --enable-man
27
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc --enable-man
28
INSTALL_TARGET=	install-strip
28
INSTALL_TARGET=	install-strip
29
29
30
OPTIONS_DEFINE=	DOCS
30
OPTIONS_DEFINE=	GTKDOC
31
DOCS_CONFIGURE_ENABLE=	gtk-doc
32
DOCS_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gtk-doc.pc:textproc/gtk-doc
33
31
32
GTKDOC_DESC=		Build API documentation (requires textproc/gtk-doc)
33
GTKDOC_CONFIGURE_ENABLE=gtk-doc
34
GTKDOC_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gtk-doc.pc:textproc/gtk-doc
35
34
post-patch:
36
post-patch:
35
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/docs/Makefile.am
37
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/docs/Makefile.am
36
38

Return to bug 236252