1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

In case SLAVEPORTREVISION might not be defined, define it as zero.

Submitted by:	MAINTAINER
This commit is contained in:
Clive Lin 2002-03-09 18:47:02 +00:00
parent ebb4151f1e
commit 0b0ccfaa37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55774

View File

@ -47,6 +47,7 @@
PORTNAME= mutt-devel
PORTVERSION= 1.3.27
MASTERPORTREVISION= 6
SLAVEPORTREVISION?= 0
PORTREVISION= `${EXPR} ${MASTERPORTREVISION} + ${SLAVEPORTREVISION}`
CATEGORIES+= mail
.if defined(WITH_MUTT_NNTP)