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 /archivers/innoextract/Makefile | |
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 'archivers/innoextract/Makefile')
-rw-r--r-- | archivers/innoextract/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 7c7d17249127..f8efc64bb65c 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs USES= cmake iconv -CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man PLIST_FILES= bin/innoextract \ man/man1/innoextract.1.gz |