diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-09 15:28:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-09 15:28:15 +0000 |
commit | 3e7ce790f9405c59b0fda99eb3c034a47430c769 (patch) | |
tree | 7df7fc2a08f8a34fdd50d75fbdaeb10cb06de76b /mail/mutt/Makefile | |
parent | - Fix the generation of temporary file names by using mktemp (diff) |
- Fix the generation of temporary file names by using mktemp
instead of PIDs
- Bump PORTREVISION
PR: ports/62568
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=100497
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 27edaf144163..739b8ff8fc92 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -8,7 +8,7 @@ PORTNAME= mutt PORTVERSION= 1.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ |