diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-30 20:07:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-30 20:07:55 +0000 |
commit | 93ac5d7c2220f9c4e1504a1b2ce51de474a8caa1 (patch) | |
tree | d93ebe5dbfe78db906f68a1c143afe539c11e315 /mail | |
parent | d05208edbc61c6dc194aab5569a5caa767576b54 (diff) | |
download | pkgsrc-93ac5d7c2220f9c4e1504a1b2ce51de474a8caa1.tar.gz |
Add share/doc/mutt/samples after share/examples/mutt and remove
the @exec/@unexec hack. This is still nasty, but easier than fighting
pkg_install. Leave a comment around to not resort this.
tron@: *sigh*
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/PLIST b/mail/mutt/PLIST index e22b271b26d..52c643e8d28 100644 --- a/mail/mutt/PLIST +++ b/mail/mutt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/04/30 20:07:55 joerg Exp $ bin/flea bin/mutt bin/muttbug @@ -31,8 +31,6 @@ share/doc/mutt/html/manual-7.html share/doc/mutt/html/manual.html share/doc/mutt/manual.txt share/doc/mutt/patch-notes.txt -@exec ${LN} -s %D/share/examples/mutt %D/share/doc/mutt/samples -@unexec ${RM} -f %D/share/doc/mutt/samples share/examples/mutt/Mush.rc share/examples/mutt/Muttrc share/examples/mutt/Pine.rc @@ -63,6 +61,8 @@ share/examples/mutt/pgp6.rc share/examples/mutt/sample.mailcap share/examples/mutt/sample.muttrc share/examples/mutt/sample.muttrc-tlr +@comment This entry must be specified after share/examples/mutt! +share/doc/mutt/samples share/locale/bg/LC_MESSAGES/mutt.mo share/locale/ca/LC_MESSAGES/mutt.mo share/locale/cs/LC_MESSAGES/mutt.mo |