aboutsummaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
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 'sysutils')
-rw-r--r--sysutils/cloudabi-utils/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile
index bb55c7abf9c7..fdd4f0376815 100644
--- a/sysutils/cloudabi-utils/Makefile
+++ b/sysutils/cloudabi-utils/Makefile
@@ -24,7 +24,6 @@ ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures
USES= cmake compiler:c11 pkgconfig tar:xz
USE_LDCONFIG= yes
-CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>