View | Details | Raw Unified | Return to bug 68816
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 84-90 Link Here
84
84
85
PORTNAME=	mutt-devel
85
PORTNAME=	mutt-devel
86
PORTVERSION=	1.5.6
86
PORTVERSION=	1.5.6
87
PORTREVISION=	5
87
PORTREVISION=	6
88
CATEGORIES+=	mail ipv6
88
CATEGORIES+=	mail ipv6
89
.if defined(WITH_MUTT_NNTP)
89
.if defined(WITH_MUTT_NNTP)
90
CATEGORIES+=	news
90
CATEGORIES+=	news
(-)./scripts/generate-plist (+2 lines)
Lines 32-37 Link Here
32
@unexec if cmp -s %D/etc/mime.types.dist %D/etc/mime.types; then rm -f %D/etc/mime.types; fi
32
@unexec if cmp -s %D/etc/mime.types.dist %D/etc/mime.types; then rm -f %D/etc/mime.types; fi
33
etc/Muttrc.dist
33
etc/Muttrc.dist
34
etc/mime.types.dist
34
etc/mime.types.dist
35
@exec if [ ! -f %D/etc/Muttrc ]; then cp %D/etc/Muttrc.dist %D/etc/Muttrc; fi
36
@exec if [ ! -f %D/etc/mime.types ]; then cp %D/etc/mime.types.dist %D/etc/mime.types; fi
35
EOF
37
EOF
36
38
37
if [ "$MUTT_NLS" = "yes" ]; then
39
if [ "$MUTT_NLS" = "yes" ]; then

Return to bug 68816