diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-25 22:23:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-25 22:23:38 +0800 |
commit | e4e452d998b402ba1c084cc099d214f780747378 (patch) | |
tree | 05b9e860a27e994b0a5b5c4832c2e2a1d57431b6 /x11 | |
parent | f0b14e32820875552d9524dc75401b7bf6fc2ea3 (diff) | |
download | freebsd-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 'x11')
-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> |