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

Collapse All | Expand All

(-)graphics/dia/Makefile (+1 lines)
Lines 30-35 Link Here
30
INSTALL_TARGET=	install-strip
30
INSTALL_TARGET=	install-strip
31
31
32
DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
32
DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
33
DOCS_EXTRA_PATCHES_OFF=	${FILESDIR}/extra-docs-patch-Makefile.in
33
.include <bsd.port.options.mk>
34
.include <bsd.port.options.mk>
34
35
35
.if ${ARCH} == "i386"
36
.if ${ARCH} == "i386"
(-)graphics/dia/files/extra-docs-patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- Makefile.in	2014-08-28 14:59:33.851569012 +0300
2
+++ Makefile.in	2014-08-28 14:54:49.747589247 +0300
3
@@ -276,7 +276,7 @@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 uidatadir = @uidatadir@
7
-SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data doc tests installer
8
+SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data tests installer
9
 gnomedatadir = $(datadir)
10
 
11
 #desktop_in_in_files = dia.desktop.in.in

Return to bug 191507