diff options
Diffstat (limited to 'textproc/opensearch-dashboards210/Makefile')
-rw-r--r-- | textproc/opensearch-dashboards210/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/opensearch-dashboards210/Makefile b/textproc/opensearch-dashboards210/Makefile index 4e37c7758b5a..704005f50f67 100644 --- a/textproc/opensearch-dashboards210/Makefile +++ b/textproc/opensearch-dashboards210/Makefile @@ -1,13 +1,15 @@ DISTVERSION= 2.10.0 +PORTREVISION= 1 + PKGNAMESUFFIX= 210 COMMENT= Visualization dashboards for OpenSearch -CONFLICTS= opensearch-dashboards +CONFLICTS= opensearch-dashboards opensearch-dashboards213 opensearch-dashboards216 DISTINFO_FILE= ${.CURDIR}/distinfo -MASTERDIR= ${.CURDIR}/../../textproc/opensearch-dashboards +MASTERDIR= ${.CURDIR}/../../textproc/opensearch-dashboards216 .include "${MASTERDIR}/Makefile" |