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 | |
parent | make it buildable on current (diff) |
Automate PORTREVISION issue bewteen master port and slave port.
Approved by: MAINTAINER
-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 |