aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailagent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailagent/Makefile')
-rw-r--r--mail/mailagent/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index 0508e9d72a0b..3eccf3ee17b3 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -27,10 +27,9 @@ CONFIGURE_ARGS= -dres \
MAKE_ENV= PATH=`dirname ${PERL5}`:${PATH}
INSTALL_TARGET= install install.man
-# Note that mailhelp.1 is intentionally left uncompressed as it is referred
-# from several other man pages with .so macro.
-MAN1= edusers.1 mailagent.1 maildist.1 \
- maillist.1 mailpatch.1 package.1
+MAN1= edusers.1 mailagent.1 package.1 mailhelp.1
+MLINKS= mailhelp.1 maildist.1 mailhelp.1 mailpatch.1 \
+ mailhelp.1 maillist.1
pre-extract:
@if [ `${SH} -c umask` != 0022 ]; then \