summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-09-19 00:25:08 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-09-19 00:25:08 +0000
commitabf510e02345b9c7d2235497955cb50b13fd5b71 (patch)
treea3fd21ad49f4756548cf89f541b3b77f7885ac6e /mail/fetchmail
parentReally add MLINKS support. 7 or more times out of 9, you will need (diff)
Use MLINKS.
Notes
Notes: svn path=/head/; revision=13227
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/pkg-plist1
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 300c6de24d77..8b2929558e7b 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -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 \
diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist
index 00f9420177e7..ed3e580ec2bd 100644
--- a/mail/fetchmail/pkg-plist
+++ b/mail/fetchmail/pkg-plist
@@ -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