diff options
author | max <max@FreeBSD.org> | 2002-09-03 07:25:47 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2002-09-03 07:25:47 +0800 |
commit | ae523bbe66fdff7af86df6969a193df82949d851 (patch) | |
tree | 7600364b876073ae84b5b6e0ec79b87f48a95565 /mail/mailagent | |
parent | 5bd6ce6e444999d7c3331c54ac7372487780535c (diff) | |
download | freebsd-ports-graphics-ae523bbe66fdff7af86df6969a193df82949d851.tar.gz freebsd-ports-graphics-ae523bbe66fdff7af86df6969a193df82949d851.tar.zst freebsd-ports-graphics-ae523bbe66fdff7af86df6969a193df82949d851.zip |
Don't install man pages which use the .so macro.
Instead, define MLINKS.
Submitted by: Alex Kapranoff <kapr@acm.org>
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 0508e9d72a0..3eccf3ee17b 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 \ |