diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-19 03:13:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-19 03:13:18 +0800 |
commit | d3e7a5ff8eba4bee29838608d81b1f74791db1b4 (patch) | |
tree | 084a3ff0af921b622a1b95e501fdbf510ab133e4 /mail/exim | |
parent | 843df4fed72418aa159054cd22d9d394eb3c0728 (diff) | |
download | freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.tar.gz freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.tar.zst freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.zip |
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e0f276fb7109..66c77df60f93 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -108,7 +108,6 @@ PKGMESSAGE= ${WRKDIR}/POST-INSTALL-NOTES .else # !EXIMON_ONLY PLIST_SUB+= EXIM="@comment " PORT_OPTIONS+= EXIMON -NO_INSTALL_MANPAGES= yes PKGMESSAGE= ${WRKDIR}/pkg-message EXIM_INSTALL_ARG+= "eximon" "eximon.bin" .endif # !EXIMON_ONLY |