diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-11 15:21:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-11 15:21:23 +0000 |
commit | 6d588589c24082c8afc98e114cb7a21a81f76082 (patch) | |
tree | 5a5d971bd61fde66fbaa1b8da9469708d182ffc8 /mail/websieve/Makefile | |
parent | 1c83edd6a5fc3a7b5f4cdb8547d320394f584039 (diff) |
Notes
Diffstat (limited to 'mail/websieve/Makefile')
-rw-r--r-- | mail/websieve/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/websieve/Makefile b/mail/websieve/Makefile index 8607141792c3..33eeab5ea7f5 100644 --- a/mail/websieve/Makefile +++ b/mail/websieve/Makefile @@ -5,8 +5,8 @@ PORTNAME= websieve PORTVERSION= 0.63.a PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} -DISTNAME?= ${PORTNAME}-${DISTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${SIEVEVERSION} +DISTNAME?= ${PORTNAME}-${SIEVEVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Web based Cyrus IMAP user admin client @@ -14,7 +14,7 @@ COMMENT= Web based Cyrus IMAP user admin client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL -DISTVERSION= 063a +SIEVEVERSION= ${PORTVERSION:S/.//g} USES= perl5 shebangfix USE_PERL5= run |