aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-09-18 20:31:24 +0800
committermat <mat@FreeBSD.org>2014-09-18 20:31:24 +0800
commitb0306f1fd12f80db25021c96f4af99a8b26ea8f5 (patch)
tree4577ab4cc236d536b9a0cc3950ccda2713cedba5 /Mk/Uses
parent0820de43bea0fe4e6e596fc168b2d9a69bc0567d (diff)
downloadfreebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.tar.gz
freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.tar.zst
freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.zip
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/imake.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Mk/Uses/imake.mk b/Mk/Uses/imake.mk
index f584be51a238..f6340c841f8b 100644
--- a/Mk/Uses/imake.mk
+++ b/Mk/Uses/imake.mk
@@ -23,14 +23,6 @@ IGNORE= USES=imake:${imake_ARGS:S/ /,/g} is not a valid argument
imake_ARGS=
.endif
-.if defined(NO_INSTALL_MANPAGES)
-imake_ARGS+= noman
-.endif
-
-.if ! ${imake_ARGS:Mnoman}
-MANCOMPRESSED?= yes
-.endif
-
BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake
.if defined(USE_GCC)