mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Install Muttrc and mime.types if not already present from a
prior installation PR: ports/68816 Submitted by: maintainer
This commit is contained in:
parent
fd77a42935
commit
121fb5ffc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113216
@ -84,7 +84,7 @@
|
||||
|
||||
PORTNAME= mutt-devel
|
||||
PORTVERSION= 1.5.6
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES+= mail ipv6
|
||||
.if defined(WITH_MUTT_NNTP)
|
||||
CATEGORIES+= news
|
||||
|
@ -32,6 +32,8 @@ bin/smime_keys
|
||||
@unexec if cmp -s %D/etc/mime.types.dist %D/etc/mime.types; then rm -f %D/etc/mime.types; fi
|
||||
etc/Muttrc.dist
|
||||
etc/mime.types.dist
|
||||
@exec if [ ! -f %D/etc/Muttrc ]; then cp %D/etc/Muttrc.dist %D/etc/Muttrc; fi
|
||||
@exec if [ ! -f %D/etc/mime.types ]; then cp %D/etc/mime.types.dist %D/etc/mime.types; fi
|
||||
EOF
|
||||
|
||||
if [ "$MUTT_NLS" = "yes" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user