1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

mail/dovecot-fts-xapian: unbreak build (+)

Rely on PKGNAME for distfile name was a bad, BAD idea due to polluting by PORTREVISION.
Switch to more independed construction.

With hat:	ports-secteam
This commit is contained in:
Dima Panov 2021-10-30 05:38:20 +10:00
parent e3b412ec75
commit 812dfb1d23

View File

@ -4,7 +4,7 @@ PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= https://github.com/grosjo/fts-xapian/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= dovecot-
DISTNAME= ${PKGNAME}
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION}
MAINTAINER= otis@FreeBSD.org
COMMENT= Dovecot FTS plugin based on Xapian