1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

- Fix on 7.x and above (objformat)

Reported by:	QAT
Approved by:	portmgr (self)
This commit is contained in:
Pav Lucistnik 2008-09-15 22:50:34 +00:00
parent 74d0d6ec45
commit 63c73ede28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220398

View File

@ -46,6 +46,9 @@ post-extract:
PORTDOCS= AUTHORS ChangeLog README doc
PORTEXAMPLES= crawler install.sql
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
post-install:
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}