mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Use MLINKS.
This commit is contained in:
parent
d0c68f87d8
commit
abf510e023
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13227
@ -3,7 +3,7 @@
|
||||
# Date created: 26 Oct 1996
|
||||
# Whom: Ville Eerola <ve@sci.fi>
|
||||
#
|
||||
# $Id: Makefile,v 1.66 1998/08/17 00:11:27 steve Exp $
|
||||
# $Id: Makefile,v 1.67 1998/09/13 21:31:51 jfieber Exp $
|
||||
#
|
||||
# NOTE: The fetchmailconf program (an interactive program for
|
||||
# writing .fetchmailrc files) requires Python, found in the Ports
|
||||
@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2
|
||||
CONFIGURE_ENV= LDFLAGS="${CFLAGS}"
|
||||
MAN1= fetchmail.1
|
||||
MLINKS= fetchmail.1 fetchmailconf.1
|
||||
|
||||
.if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
|
||||
CONFIGURE_ARGS += --with-kerberos=/usr/include
|
||||
@ -39,7 +40,6 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
|
||||
${LN} -sf fetchmail.1.gz ${PREFIX}/man/man1/fetchmailconf.1.gz
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} \
|
||||
sample.rcfile FAQ NOTES FEATURES README COPYING \
|
||||
fetchmail-FAQ.html fetchmail-features.html \
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/fetchmail
|
||||
bin/fetchmailconf
|
||||
libexec/fetchmailconf.bin
|
||||
man/man1/fetchmailconf.1.gz
|
||||
share/doc/fetchmail/README
|
||||
share/doc/fetchmail/COPYING
|
||||
share/doc/fetchmail/FAQ
|
||||
|
Loading…
Reference in New Issue
Block a user