diff options
author | Dan Langille <dvl@FreeBSD.org> | 2016-03-09 17:58:25 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2016-03-09 17:58:25 +0000 |
commit | 4f53813bd92da18532a53c21abe4ea2635d9fe14 (patch) | |
tree | ee18c0028ae1a932c43de39c9b504f02e898b7fe | |
parent | - Update to 1.6.2 (diff) |
Fix PKGNAMEPREFIX to match elasticsearch-plugin-marvel
Notes
Notes:
svn path=/head/; revision=410718
-rw-r--r-- | textproc/elasticsearch-plugin-marvel2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elasticsearch-plugin-marvel2/Makefile b/textproc/elasticsearch-plugin-marvel2/Makefile index cd0018ba9cbf..b435a93e7ebb 100644 --- a/textproc/elasticsearch-plugin-marvel2/Makefile +++ b/textproc/elasticsearch-plugin-marvel2/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.1.0 CATEGORIES= textproc perl5 MASTER_SITES= http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/${PORTVERSION}/:source1 \ http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/${PORTVERSION}/:source2 -PKGNAMEPREFIX= elasticsearch-plugin +PKGNAMEPREFIX= elasticsearch-plugin- PKGNAMESUFFIX= 2 DISTFILES= license-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source1 \ marvel-agent-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source2 |