summaryrefslogtreecommitdiffstats
path: root/source/d/cmake/cmake.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/cmake/cmake.SlackBuild')
-rwxr-xr-xsource/d/cmake/cmake.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/d/cmake/cmake.SlackBuild b/source/d/cmake/cmake.SlackBuild
index 7b8c62ab9..6392d312c 100755
--- a/source/d/cmake/cmake.SlackBuild
+++ b/source/d/cmake/cmake.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2013, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2011, 2013, 2015, 2017, 2018, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -86,20 +86,15 @@ CXXFLAGS="$SLKCFLAGS" \
--system-curl \
--system-expat \
--no-system-jsoncpp \
+ --sphinx-man \
--system-zlib \
--system-bzip2 \
--system-libarchive || exit 1
# --system-libs \
-# --sphinx-man \
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
-# Install preprocessed man pages instead of adding six new python packages:
-( cd $PKG
- tar xf $CWD/cmake.manpages.tar.?z
-)
-
# If there's a ChangeLog, installing at least part of the recent history
# is useful, but don't let it get totally out of control:
if [ -r ../ChangeLog.txt ]; then