aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-whiskermenu-plugin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-25 14:23:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-25 14:23:38 +0000
commitadeac03634dc088422f3f6ee17b35476cf6c52fc (patch)
tree05b9e860a27e994b0a5b5c4832c2e2a1d57431b6 /x11/xfce4-whiskermenu-plugin
parent0203b2ebcfbbf7771685d3f1f4b52fe55f1aff1c (diff)
downloadports-adeac03634dc088422f3f6ee17b35476cf6c52fc.tar.gz
ports-adeac03634dc088422f3f6ee17b35476cf6c52fc.zip
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=429430
Diffstat (limited to 'x11/xfce4-whiskermenu-plugin')
-rw-r--r--x11/xfce4-whiskermenu-plugin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile
index 5ef46bca591c..779d4b1fd14e 100644
--- a/x11/xfce4-whiskermenu-plugin/Makefile
+++ b/x11/xfce4-whiskermenu-plugin/Makefile
@@ -15,11 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^1\.6\.
-USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce
+USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce
USE_GNOME= gtk20 cairo
USE_XFCE= panel
INSTALLS_ICONS= yes
-CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANDIRS}
-
.include <bsd.port.mk>