diff options
Diffstat (limited to 'textproc/opensearch213/Makefile')
-rw-r--r-- | textproc/opensearch213/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/opensearch213/Makefile b/textproc/opensearch213/Makefile index 1f23028e3513..7c2585e9d767 100644 --- a/textproc/opensearch213/Makefile +++ b/textproc/opensearch213/Makefile @@ -1,13 +1,15 @@ DISTVERSION= 2.13.0 +PORTREVISION= 1 + PKGNAMESUFFIX= 213 COMMENT= Full-text search engine for Java -CONFLICTS= opensearch13 opensearch210 +CONFLICTS= opensearch opensearch13 opensearch210 DISTINFO_FILE= ${.CURDIR}/distinfo -MASTERDIR= ${.CURDIR}/../../textproc/opensearch +MASTERDIR= ${.CURDIR}/../../textproc/opensearch216 .include "${MASTERDIR}/Makefile" |