- Fix an objformat removal related bug.
Reported by: pav
This commit is contained in:
parent
d4b473e0a5
commit
b2afeb75ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195031
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ PLIST_SUB+= PYTHON="@comment "
|
|||
PORTDOCS= README README.FreeBSD
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's,(objformat=).*,\1elf,' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue