Fix the build after the removal of objformat.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke
2007-02-04 01:50:32 +00:00
parent b5c9811f5a
commit 025b7307c2
2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -46,4 +46,8 @@ EXTRA_PATCHES+= ${FILESDIR}/stable-patch-src_numbers.c
post-extract:
@${RM} ${WRKSRC}/test
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>