diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 08:25:08 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 08:25:08 +0800 |
commit | 5fb03f914e4aa5131f72109274f2759665eb1640 (patch) | |
tree | 86130dd12b2183a0cffdd51b509179f9e5e00135 /mail | |
parent | 1ed8dcf466ced8c16f132837b9ad99614a3a467c (diff) | |
download | freebsd-ports-gnome-5fb03f914e4aa5131f72109274f2759665eb1640.tar.gz freebsd-ports-gnome-5fb03f914e4aa5131f72109274f2759665eb1640.tar.zst freebsd-ports-gnome-5fb03f914e4aa5131f72109274f2759665eb1640.zip |
Use MLINKS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 1 |
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 |