aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-09-18 20:31:24 +0800
committerMathieu Arnold <mat@FreeBSD.org>2014-09-18 20:31:24 +0800
commit46cf4bcb84b99c5637a0b1539ab29ec6453cd483 (patch)
tree4577ab4cc236d536b9a0cc3950ccda2713cedba5 /Mk/Uses
parenteeab05ac6242443a3a4c86d568f91baaf47daab6 (diff)
downloadfreebsd-ports-gnome-46cf4bcb84b99c5637a0b1539ab29ec6453cd483.tar.gz
freebsd-ports-gnome-46cf4bcb84b99c5637a0b1539ab29ec6453cd483.tar.zst
freebsd-ports-gnome-46cf4bcb84b99c5637a0b1539ab29ec6453cd483.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)