diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-25 14:23:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-25 14:23:38 +0000 |
commit | adeac03634dc088422f3f6ee17b35476cf6c52fc (patch) | |
tree | 05b9e860a27e994b0a5b5c4832c2e2a1d57431b6 /x11/xfce4-whiskermenu-plugin | |
parent | 0203b2ebcfbbf7771685d3f1f4b52fe55f1aff1c (diff) | |
download | ports-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/Makefile | 4 |
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> |