aboutsummaryrefslogtreecommitdiffstats
path: root/www/otter-browser
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-25 22:23:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-25 22:23:38 +0800
commite4e452d998b402ba1c084cc099d214f780747378 (patch)
tree05b9e860a27e994b0a5b5c4832c2e2a1d57431b6 /www/otter-browser
parentf0b14e32820875552d9524dc75401b7bf6fc2ea3 (diff)
downloadfreebsd-ports-gnome-e4e452d998b402ba1c084cc099d214f780747378.tar.gz
freebsd-ports-gnome-e4e452d998b402ba1c084cc099d214f780747378.tar.zst
freebsd-ports-gnome-e4e452d998b402ba1c084cc099d214f780747378.zip
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by: portmgr blanket
Diffstat (limited to 'www/otter-browser')
-rw-r--r--www/otter-browser/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile
index 69c987c4473e..af263cf9955a 100644
--- a/www/otter-browser/Makefile
+++ b/www/otter-browser/Makefile
@@ -16,6 +16,4 @@ USES= cmake:outsource compiler:c++11-lib desktop-file-utils
USE_GITHUB= yes
GH_ACCOUNT= OtterBrowser
-CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man
-
.include <bsd.port.mk>