diff options
Diffstat (limited to 'french')
-rw-r--r-- | french/tvdownloader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/tvdownloader/Makefile b/french/tvdownloader/Makefile index d3d770b7315a..fb16cf18f53d 100644 --- a/french/tvdownloader/Makefile +++ b/french/tvdownloader/Makefile @@ -35,7 +35,7 @@ pre-configure: ${WRKSRC}/tvdownloader.sh ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/tvdownload.desktop -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) ${REINPLACE_CMD} -e 's|%%DOC%%|#|' ${WRKSRC}/Makefile .else ${REINPLACE_CMD} -e 's|%%DOC%%||' ${WRKSRC}/Makefile |