diff options
author | Clive Lin <clive@FreeBSD.org> | 2002-03-09 20:23:25 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2002-03-09 20:23:25 +0000 |
commit | 1e45abb4744dbd86ede88986b720a300d7d36376 (patch) | |
tree | c6b1514f5906e1d1dc94ecc5fc28e3cd4fc6e456 | |
parent | Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with (diff) |
Rollback to revisions below:
1.12 ports/chinese/mutt/Makefile (somewhat)
1.154 ports/mail/mutt-devel/Makefile
Previous commits break our lovely portupgrade.
Notes
Notes:
svn path=/head/; revision=55776
-rw-r--r-- | chinese/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index cd5f59d53a73..a4d9db4b37ba 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../mail/mutt-devel -SLAVEPORTREVISION= 2 +PORTREVISION= 8 REVISEDATE= 20020218 MAINTAINER= ycheng@sinica.edu.tw diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index d1a85f717e6d..94935ef19137 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -46,9 +46,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.3.27 -MASTERPORTREVISION= 6 -SLAVEPORTREVISION?= 0 -PORTREVISION= `${EXPR} ${MASTERPORTREVISION} + ${SLAVEPORTREVISION}` +PORTREVISION?= 6 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news |