diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 07:24:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 07:24:47 +0800 |
commit | 6056c4913313b7fc003873bbce7c5b0abce62c06 (patch) | |
tree | 257ea25bac11095d417f7994ac58129eb2099cbc /french | |
parent | 6bba61981ab72d5ff9586a10b515296aac0de005 (diff) | |
download | freebsd-ports-gnome-6056c4913313b7fc003873bbce7c5b0abce62c06.tar.gz freebsd-ports-gnome-6056c4913313b7fc003873bbce7c5b0abce62c06.tar.zst freebsd-ports-gnome-6056c4913313b7fc003873bbce7c5b0abce62c06.zip |
Oops, reversed the DOCS check.
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 |