summaryrefslogtreecommitdiff
path: root/mail
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
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')
-rw-r--r--mail/fetchmailconf/Makefile5
-rw-r--r--mail/fetchmailconf/pkg/PLIST5
2 files changed, 4 insertions, 6 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"
diff --git a/mail/fetchmailconf/pkg/PLIST b/mail/fetchmailconf/pkg/PLIST
index f487dd5661b..858a3bac3ac 100644
--- a/mail/fetchmailconf/pkg/PLIST
+++ b/mail/fetchmailconf/pkg/PLIST
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/21 15:53:31 fredb Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/01/23 14:40:15 tron Exp $
bin/fetchmailconf
-@unexec rm %D/man/man1/fetchmailconf.1
-@exec ln %D/man/man1/fetchmail.1 %D/man/man1/fetchmailconf.1
+man/man1/fetchmailconf.1