1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix broken Makefiles

Reported by:	sanity test
This commit is contained in:
Dmitry Marakasov 2013-07-12 15:51:30 +00:00
parent 80813277b8
commit 6571197182
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322844
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/powder ${PREFIX}/bin/
if ${PORT_OPTIONS:MDOCS}
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}

View File

@ -20,6 +20,8 @@ PORTDOCS= AUTHORS CHANGES
MAN6= powermanga.6
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS="-O3.*|CFLAGS="$$CFLAGS -std=c99"|' \
${WRKSRC}/configure