diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-08-30 07:43:05 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-08-30 07:43:05 +0800 |
commit | b8924bc8ae34c29da88cca3df6aeef9229659bde (patch) | |
tree | 76269f358eaf6ffaa004cedf99f12ebc9fa61c30 | |
parent | 37f33fd1e8c68a197a47a31c84a6757dd009ec82 (diff) | |
download | freebsd-ports-gnome-b8924bc8ae34c29da88cca3df6aeef9229659bde.tar.gz freebsd-ports-gnome-b8924bc8ae34c29da88cca3df6aeef9229659bde.tar.zst freebsd-ports-gnome-b8924bc8ae34c29da88cca3df6aeef9229659bde.zip |
databases/zabbix[22|3|32]-libzbxpgsql: Configure PORTSCOUT
Discussed with maintainer by email.
-rw-r--r-- | databases/zabbix22-libzbxpgsql/Makefile | 2 | ||||
-rw-r--r-- | databases/zabbix3-libzbxpgsql/Makefile | 2 | ||||
-rw-r--r-- | databases/zabbix32-libzbxpgsql/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/databases/zabbix22-libzbxpgsql/Makefile b/databases/zabbix22-libzbxpgsql/Makefile index 65db8889bbe0..44164352131e 100644 --- a/databases/zabbix22-libzbxpgsql/Makefile +++ b/databases/zabbix22-libzbxpgsql/Makefile @@ -32,6 +32,8 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES +PORTSCOUT= skipv:latest,gh-pages + do-install: ${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so diff --git a/databases/zabbix3-libzbxpgsql/Makefile b/databases/zabbix3-libzbxpgsql/Makefile index 9929dc60cec7..f0a953772670 100644 --- a/databases/zabbix3-libzbxpgsql/Makefile +++ b/databases/zabbix3-libzbxpgsql/Makefile @@ -32,6 +32,8 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES +PORTSCOUT= skipv:latest,gh-pages + do-install: ${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so diff --git a/databases/zabbix32-libzbxpgsql/Makefile b/databases/zabbix32-libzbxpgsql/Makefile index f7d8a887c39e..3e36971a116d 100644 --- a/databases/zabbix32-libzbxpgsql/Makefile +++ b/databases/zabbix32-libzbxpgsql/Makefile @@ -32,6 +32,8 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES +PORTSCOUT= skipv:latest,gh-pages + do-install: ${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so |