Index: head/databases/libzbxpgsql/Makefile =================================================================== --- head/databases/libzbxpgsql/Makefile (revision 420281) +++ head/databases/libzbxpgsql/Makefile (revision 420282) @@ -1,32 +1,32 @@ # Created by: Martin Waschbuesch # $FreeBSD$ PORTNAME= libzbxpgsql PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= databases MAINTAINER= martin@waschbuesch.de COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers LICENSE= GPLv2 BUILD_DEPENDS= ${NONEXISTENT}:net-mgmt/zabbix3-agent:patch RUN_DEPENDS= ${LOCALBASE}/sbin/zabbix_agentd:net-mgmt/zabbix3-agent USE_GITHUB= yes GH_ACCOUNT= cavaliercoder USES= autoreconf gmake libtool pgsql GNU_CONFIGURE= yes GET_ZBX_WRKSRC= cd ${.CURDIR:H:H}/net-mgmt/zabbix3-agent && make -V WRKSRC CONFIGURE_ARGS= --with-zabbix=$$(${GET_ZBX_WRKSRC}) USE_LDCONFIG= yes do-install: ${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_MAN} ${WRKSRC}/template_postgresql_server.xml ${STAGEDIR}${EXAMPLESDIR}/template_postgresql_server.xml + ${INSTALL_MAN} ${WRKSRC}/template_postgresql_server.xml ${STAGEDIR}${EXAMPLESDIR}/template_postgresql_server.xml.sample .include Index: head/databases/libzbxpgsql/pkg-plist =================================================================== --- head/databases/libzbxpgsql/pkg-plist (revision 420281) +++ head/databases/libzbxpgsql/pkg-plist (revision 420282) @@ -1,3 +1,2 @@ lib/libzbxpgsql.so -@dir share/examples/libzbxpgsql -@sample share/examples/libzbxpgsql/template_postgresql_server.xml +@sample share/examples/libzbxpgsql/template_postgresql_server.xml.sample Property changes on: head/databases/libzbxpgsql/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property