Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 17:58:25 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410718 - head/textproc/elasticsearch-plugin-marvel2
Message-ID:  <201603091758.u29HwP13004484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Wed Mar  9 17:58:25 2016
New Revision: 410718
URL: https://svnweb.freebsd.org/changeset/ports/410718

Log:
  Fix PKGNAMEPREFIX to match elasticsearch-plugin-marvel

Modified:
  head/textproc/elasticsearch-plugin-marvel2/Makefile

Modified: head/textproc/elasticsearch-plugin-marvel2/Makefile
==============================================================================
--- head/textproc/elasticsearch-plugin-marvel2/Makefile	Wed Mar  9 17:57:05 2016	(r410717)
+++ head/textproc/elasticsearch-plugin-marvel2/Makefile	Wed Mar  9 17:58:25 2016	(r410718)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603091758.u29HwP13004484>