mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Don't install man pages which use the .so macro.
Instead, define MLINKS. Submitted by: Alex Kapranoff <kapr@acm.org>
This commit is contained in:
parent
4435849fff
commit
f34a7ef187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65516
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user