diff options
author | mat <mat@FreeBSD.org> | 2014-08-13 00:24:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-08-13 00:24:27 +0800 |
commit | c60cfc07032cca9a18240cdd1466dcee7262f94b (patch) | |
tree | 79bfb0862cc8b90d495f93b77a2e1f0f450d56a0 /Mk/bsd.port.mk | |
parent | cd5f07047dd28f90fde390baaf84c4fa1d89f8c2 (diff) | |
download | freebsd-ports-gnome-c60cfc07032cca9a18240cdd1466dcee7262f94b.tar.gz freebsd-ports-gnome-c60cfc07032cca9a18240cdd1466dcee7262f94b.tar.zst freebsd-ports-gnome-c60cfc07032cca9a18240cdd1466dcee7262f94b.zip |
Add a USES=imake:noman to make NO_INSTALL_MANPAGES go away.
CR: D594
Reviewed by: antoine
Sponsored by: Absolight
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d864c928dfd7..44ec83aa8cf4 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -587,12 +587,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Installs all directories and files from ${WRKSRC}/doc # to ${DOCSDIR} except sed backup files. # -# Boolean to control whether manpages are installed. -# -# NO_INSTALL_MANPAGES -# - If set, this port doesn't want to install any manpages. -# Default: not set, i.e. manpages are installed by default. -# # Set the following to specify all manpages that your port installs. # These manpages will be automatically listed in ${PLIST}. Depending # on the setting of NO_MANCOMPRESS, the make rules will compress the @@ -629,8 +623,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # "maybe". "yes" means manpages are installed # compressed; "no" means they are not; "maybe" means # it changes depending on the value of NO_MANCOMPRESS. -# Default: "yes" if USES=imake is set and NO_INSTALL_MANPAGES -# is not set, and "no" otherwise. +# Default: "yes" if USES=imake is set without the noman +# argument, and "no" otherwise. # # Set the following to specify all .info files your port installs. # |