diff options
author | grant <grant@pkgsrc.org> | 2003-09-25 08:36:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-25 08:36:16 +0000 |
commit | d452a8b83d6004fcd8195be90f7f2d935a369b5c (patch) | |
tree | f5baccfcb6cdd2ebc7f6039cc4c0f8afcf9c27d7 /mail/mutt/Makefile | |
parent | 81377a880781cf62f5e31fb8f5d9a96a175f07f6 (diff) | |
download | pkgsrc-d452a8b83d6004fcd8195be90f7f2d935a369b5c.tar.gz |
add bin/mutt_dotlock to the PLIST if it is installed.
as observed on Darwin.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 5 |
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" |