Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2017 18:45:01 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448781 - head/databases/zabbix3-libzbxpgsql
Message-ID:  <201708261845.v7QIj1Vr008075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Aug 26 18:45:00 2017
New Revision: 448781
URL: https://svnweb.freebsd.org/changeset/ports/448781

Log:
  databases/zabbix3-libzbxpgsql: Include a missed variable

Modified:
  head/databases/zabbix3-libzbxpgsql/Makefile

Modified: head/databases/zabbix3-libzbxpgsql/Makefile
==============================================================================
--- head/databases/zabbix3-libzbxpgsql/Makefile	Sat Aug 26 18:39:50 2017	(r448780)
+++ head/databases/zabbix3-libzbxpgsql/Makefile	Sat Aug 26 18:45:00 2017	(r448781)
@@ -25,7 +25,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	cavaliercoder
 
 GNU_CONFIGURE=	yes
-GET_ZBX_WRKSRC=	cd ${.CURDIR:H:H}/net-mgmt/zabbix3-agent && make -V WRKSRC
+GET_ZBX_WRKSRC=	cd ${.CURDIR:H:H}/net-mgmt/${PKGNAMEPREFIX}agent && make -V WRKSRC
 CONFIGURE_ARGS=	--with-zabbix=$$(${GET_ZBX_WRKSRC})
 
 USE_LDCONFIG=	yes



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