mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove conditions around 'always true' conditions
This commit is contained in:
parent
4cf89fe9bb
commit
fa40826706
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190050
@ -59,16 +59,12 @@ pre-patch:
|
|||||||
${CP} ${SPEECHTOOLS}/config/config-dist ${SPEECHTOOLS}/config/config
|
${CP} ${SPEECHTOOLS}/config/config-dist ${SPEECHTOOLS}/config/config
|
||||||
${CHMOD} u+w ${FESTIVAL}/config/config ${SPEECHTOOLS}/config/config
|
${CHMOD} u+w ${FESTIVAL}/config/config ${SPEECHTOOLS}/config/config
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.if ${OSVERSION} > 500112
|
|
||||||
.for ii in compilers/gcc27.mak config config-dist
|
.for ii in compilers/gcc27.mak config config-dist
|
||||||
@${MV} ${SPEECHTOOLS}/config/${ii} ${SPEECHTOOLS}/config/${ii}.orig
|
@${MV} ${SPEECHTOOLS}/config/${ii} ${SPEECHTOOLS}/config/${ii}.orig
|
||||||
@${SED} -e "s:= gcc:= gcc295:g" < ${SPEECHTOOLS}/config/${ii}.orig \
|
@${SED} -e "s:= gcc:= gcc295:g" < ${SPEECHTOOLS}/config/${ii}.orig \
|
||||||
> ${SPEECHTOOLS}/config/${ii}
|
> ${SPEECHTOOLS}/config/${ii}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
|
||||||
@${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile
|
@${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile
|
||||||
@${CP} ${FILESDIR}/FreeBSD.mak ${SPEECHTOOLS}/config/systems/FreeBSD.mak
|
@${CP} ${FILESDIR}/FreeBSD.mak ${SPEECHTOOLS}/config/systems/FreeBSD.mak
|
||||||
.for i in 4 5
|
.for i in 4 5
|
||||||
@ -108,4 +104,4 @@ do-install:
|
|||||||
${INSTALL_MAN} ${FESTIVAL}/doc/${ii} ${PREFIX}/man/man1/
|
${INSTALL_MAN} ${FESTIVAL}/doc/${ii} ${PREFIX}/man/man1/
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user