summaryrefslogtreecommitdiff
path: root/graphics/dia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 01:50:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 01:50:32 +0000
commit025b7307c2dd70d7481d5b3e48bf69a797af6c74 (patch)
treef9388675c3d7854f24c842045f80caa2169e73b9 /graphics/dia
parentAdd some more aout -> elf substitutions. (diff)
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=184071
Diffstat (limited to 'graphics/dia')
-rw-r--r--graphics/dia/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index 776837a371d7..948b685bb303 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -58,7 +58,8 @@ post-patch:
.endif
pre-configure:
- @${REINPLACE_CMD} -e 's|http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl|${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl|' \
+ @${REINPLACE_CMD} -e 's|http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl|${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl| ; \
+ s|echo aout|echo elf|g' \
${WRKSRC}/configure
post-install: