From f34a7ef1878ea84f34cb849c8729e9ccf58cad7d Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Mon, 2 Sep 2002 23:25:47 +0000 Subject: Don't install man pages which use the .so macro. Instead, define MLINKS. Submitted by: Alex Kapranoff --- mail/mailagent/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mail/mailagent') 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 \ -- cgit v1.2.3