diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:14:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:14:50 +0800 |
commit | 6baece3b7ae06d93445a0e0ecf02e59541a92a95 (patch) | |
tree | eaf052562fa1ad9b232918eb5e617ac1df0dd725 /x11-fm | |
parent | c6f82ca14271d2d9433ac4938a2188b9b6d092c1 (diff) | |
download | freebsd-ports-gnome-6baece3b7ae06d93445a0e0ecf02e59541a92a95.tar.gz freebsd-ports-gnome-6baece3b7ae06d93445a0e0ecf02e59541a92a95.tar.zst freebsd-ports-gnome-6baece3b7ae06d93445a0e0ecf02e59541a92a95.zip |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dolphin/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/konqueror/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/mucommander/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rodent/Makefile | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/dolphin/Makefile b/x11-fm/dolphin/Makefile index 1043c81db5db..59d0bc0e5b96 100644 --- a/x11-fm/dolphin/Makefile +++ b/x11-fm/dolphin/Makefile @@ -29,4 +29,6 @@ SHLIB_VER= 5.0.0 PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" \ SHLIB_SHVER="${SHLIB_VER:R:R}" +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/x11-fm/konqueror/Makefile b/x11-fm/konqueror/Makefile index d22d35e1b2b6..0f0774cec1a2 100644 --- a/x11-fm/konqueror/Makefile +++ b/x11-fm/konqueror/Makefile @@ -20,4 +20,6 @@ USE_QT= core dbus gui location network printsupport qml quick script \ buildtools_build qmake_build USE_XORG= ice sm x11 xext +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile index 45e05d03c3c9..4a310b3a23d5 100644 --- a/x11-fm/mucommander/Makefile +++ b/x11-fm/mucommander/Makefile @@ -22,6 +22,8 @@ PORTDOCS= readme.txt WRKSRC= ${WRKDIR}/muCommander-${PORTVERSION:S/./_/g} +OPTIONS_DEFINE= DOCS + do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${STAGEDIR}${DATADIR} diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index 08226b4bc469..27fd319eefc5 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -30,7 +30,7 @@ SHEBANG_FILES= configure PORTDOCS= * -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes NLS_USES= gettext |