diff options
-rw-r--r-- | chinese/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 9ab72024fc06..cd5f59d53a73 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../mail/mutt-devel -PORTREVISION= 5 +SLAVEPORTREVISION= 2 REVISEDATE= 20020218 MAINTAINER= ycheng@sinica.edu.tw 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 |