1
0
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:
Kirill Ponomarev 2004-07-08 13:17:55 +00:00
parent fd77a42935
commit 121fb5ffc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113216
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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