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 /audio | |
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 'audio')
-rw-r--r-- | audio/ccaudio2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index eb5464c5f464..d128ae5abc0d 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes -CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \ - -DCMAKE_INSTALL_MANDIR:STRING=man +CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include .include <bsd.port.mk> |