summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant>2003-09-25 08:36:16 +0000
committergrant <grant>2003-09-25 08:36:16 +0000
commit269bd8728fe9a8ae406cc930dce2978f95e61c97 (patch)
treef5baccfcb6cdd2ebc7f6039cc4c0f8afcf9c27d7 /mail
parent2b50ebc3506d631d686556321d4e286f19516e12 (diff)
downloadpkgsrc-269bd8728fe9a8ae406cc930dce2978f95e61c97.tar.gz
add bin/mutt_dotlock to the PLIST if it is installed.
as observed on Darwin.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 33c7ba2982b..70a2fc5d810 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2003/09/16 15:12:51 agc Exp $
+# $NetBSD: Makefile,v 1.102 2003/09/25 08:36:16 grant Exp $
DISTNAME= mutt-1.4.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -73,6 +73,9 @@ pre-build:
post-install:
${LN} -s ${EGDIR} ${PREFIX}/share/doc/mutt/samples
+ @if [ -f ${PREFIX}/bin/mutt_dotlock ]; then \
+ ${ECHO} "bin/mutt_dotlock" >> ${PLIST}; \
+ fi
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"