svn commit: r448781 - head/databases/zabbix3-libzbxpgsql

Danilo G. Baio dbaio at FreeBSD.org
Sat Aug 26 18:45:02 UTC 2017


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


More information about the svn-ports-head mailing list