diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-04 20:28:24 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-04 20:28:24 +0000 |
commit | 7e3a74abcb73bb01eabfdec0c38dbb9dd30b8edb (patch) | |
tree | 9f76a53d19c1f32ddf42820111329c8c779f479c | |
parent | 39836f33276082780abfad9ea8d2bcad3bb37b13 (diff) |
FIx plist with -DNOPORTDOCS.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Notes
Notes:
svn path=/head/; revision=231614
-rw-r--r-- | audio/xspeakfree/Makefile | 8 | ||||
-rw-r--r-- | mbone/xspeakfree/Makefile | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/audio/xspeakfree/Makefile b/audio/xspeakfree/Makefile index 963575b9c534..ae3768592694 100644 --- a/audio/xspeakfree/Makefile +++ b/audio/xspeakfree/Makefile @@ -7,7 +7,7 @@ PORTNAME= xspeakfree PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mbone net audio MASTER_SITES= http://www.liquidx.org/distfiles/ @@ -15,11 +15,13 @@ MAINTAINER= tlp@liquidx.org COMMENT= Tcl/Tk (wish) frontend to Speak Freely 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 +.ifndef NOPORTDOCS PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO +.endif post-patch: @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree @@ -28,9 +30,11 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree ${MKDIR} ${PREFIX}/lib/xspeakfree ${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree +.ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor +.endif .include <bsd.port.mk> diff --git a/mbone/xspeakfree/Makefile b/mbone/xspeakfree/Makefile index 963575b9c534..ae3768592694 100644 --- a/mbone/xspeakfree/Makefile +++ b/mbone/xspeakfree/Makefile @@ -7,7 +7,7 @@ PORTNAME= xspeakfree PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mbone net audio MASTER_SITES= http://www.liquidx.org/distfiles/ @@ -15,11 +15,13 @@ MAINTAINER= tlp@liquidx.org COMMENT= Tcl/Tk (wish) frontend to Speak Freely 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 +.ifndef NOPORTDOCS PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO +.endif post-patch: @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree @@ -28,9 +30,11 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree ${MKDIR} ${PREFIX}/lib/xspeakfree ${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree +.ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor +.endif .include <bsd.port.mk> |