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 | 44e84258c574c94c9240f47409a600560f3336d7 (patch) | |
tree | f5baccfcb6cdd2ebc7f6039cc4c0f8afcf9c27d7 /mail | |
parent | 987f397e820d00a0c6ce1c7740996fb3368aecaa (diff) | |
download | pkgsrc-44e84258c574c94c9240f47409a600560f3336d7.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/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" |