summaryrefslogtreecommitdiff
path: root/Mk/Uses/imake.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-09-18 12:31:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-09-18 12:31:24 +0000
commit46cf4bcb84b99c5637a0b1539ab29ec6453cd483 (patch)
tree4577ab4cc236d536b9a0cc3950ccda2713cedba5 /Mk/Uses/imake.mk
parent- Make FONTCONFIG a default OPTION (diff)
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
Notes
Notes: svn path=/head/; revision=368446
Diffstat (limited to 'Mk/Uses/imake.mk')
-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)