From 518cd87fa5a91331a0f5b9c2463359a501e9fc9a Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Thu, 19 Jun 2014 01:31:46 +0000 Subject: [PATCH] - Add missing PKGNAMEPREFIX - Bump PORTREVISION --- textproc/py-elasticsearch-py/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-elasticsearch-py/Makefile b/textproc/py-elasticsearch-py/Makefile index abc7824265be..7000aacb235c 100644 --- a/textproc/py-elasticsearch-py/Makefile +++ b/textproc/py-elasticsearch-py/Makefile @@ -3,8 +3,10 @@ PORTNAME= elasticsearch-py PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= # +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zi@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch