From 98b85f5265b15d5f84710951eb05e5b85628a0fc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 11 Sep 2020 21:35:29 -0400 Subject: Install mandoc on macOS --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 871773ba..f34c84e6 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ installMacPorts() { Darwin() { [ -d /opt/local ] || installMacPorts sudo /opt/local/bin/port selfupdate - sudo /opt/local/bin/port -N install git pkgconfig $packages + sudo /opt/local/bin/port -N install git mandoc pkgconfig $packages } $(uname) -- cgit 1.4.1