diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-03-09 17:21:54 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-03-09 17:21:54 +0000 |
commit | f4a10f99ac022e9dd6c0130ebd6c2e18b0ac37bb (patch) | |
tree | ffd47b6af180f031b6c40c2dd5162451d3407605 /mail | |
parent | make it buildable on current (diff) |
Automate PORTREVISION issue bewteen master port and slave port.
Approved by: MAINTAINER
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 94935ef19137..5fa69e387484 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -46,7 +46,8 @@ PORTNAME= mutt-devel PORTVERSION= 1.3.27 -PORTREVISION?= 6 +MASTERPORTREVISION= 6 +PORTREVISION= `${EXPR} ${MASTERPORTREVISION} + ${SLAVEPORTREVISION}` CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news |