mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
FIx plist with -DNOPORTDOCS.
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
This commit is contained in:
parent
39836f3327
commit
7e3a74abcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231614
2 changed files with 12 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xspeakfree
|
PORTNAME= xspeakfree
|
||||||
PORTVERSION= 0.8.2
|
PORTVERSION= 0.8.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= mbone net audio
|
CATEGORIES= mbone net audio
|
||||||
MASTER_SITES= http://www.liquidx.org/distfiles/
|
MASTER_SITES= http://www.liquidx.org/distfiles/
|
||||||
|
|
||||||
|
@ -15,11 +15,13 @@ MAINTAINER= tlp@liquidx.org
|
||||||
COMMENT= Tcl/Tk (wish) frontend to Speak Freely
|
COMMENT= Tcl/Tk (wish) frontend to Speak Freely
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
||||||
${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely \
|
${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
.ifndef NOPORTDOCS
|
||||||
PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO
|
PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree
|
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree
|
||||||
|
@ -28,9 +30,11 @@ do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree
|
||||||
${MKDIR} ${PREFIX}/lib/xspeakfree
|
${MKDIR} ${PREFIX}/lib/xspeakfree
|
||||||
${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree
|
${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree
|
||||||
|
.ifndef NOPORTDOCS
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for FILE in ${PORTDOCS}
|
.for FILE in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xspeakfree
|
PORTNAME= xspeakfree
|
||||||
PORTVERSION= 0.8.2
|
PORTVERSION= 0.8.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= mbone net audio
|
CATEGORIES= mbone net audio
|
||||||
MASTER_SITES= http://www.liquidx.org/distfiles/
|
MASTER_SITES= http://www.liquidx.org/distfiles/
|
||||||
|
|
||||||
|
@ -15,11 +15,13 @@ MAINTAINER= tlp@liquidx.org
|
||||||
COMMENT= Tcl/Tk (wish) frontend to Speak Freely
|
COMMENT= Tcl/Tk (wish) frontend to Speak Freely
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
||||||
${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely \
|
${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
.ifndef NOPORTDOCS
|
||||||
PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO
|
PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree
|
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree
|
||||||
|
@ -28,9 +30,11 @@ do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree
|
||||||
${MKDIR} ${PREFIX}/lib/xspeakfree
|
${MKDIR} ${PREFIX}/lib/xspeakfree
|
||||||
${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree
|
${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree
|
||||||
|
.ifndef NOPORTDOCS
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for FILE in ${PORTDOCS}
|
.for FILE in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue