summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-01-23 14:40:13 +0000
committertron <tron@pkgsrc.org>2000-01-23 14:40:13 +0000
commitfcc7dedcd79b85d2fbdfff159dfdf95cd9731d26 (patch)
tree5aa2e015735cc90ccc9bcbe70dd503a5d2ee6f78 /mail/fetchmailconf/Makefile
parent24bc2d9170cefba5afb8671d8794ba0db9d96f23 (diff)
downloadpkgsrc-fcc7dedcd79b85d2fbdfff159dfdf95cd9731d26.tar.gz
Use a softlink for "fetchmailconf.1" so that this works properly with
"${MANZ}" and we don't need "@exec" and "@unexec" commands.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r--mail/fetchmailconf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 6292b4d5cb4..8fab309ca9b 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/01/21 15:53:30 fredb Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/23 14:40:13 tron Exp $
#
DISTNAME= fetchmail-5.2.4
@@ -21,7 +21,6 @@ EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin/
- ${LN} ${PREFIX}/man/man1/fetchmail.1 \
- ${PREFIX}/man/man1/fetchmailconf.1
+ ${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1
.include "../../mk/bsd.pkg.mk"