[152586] trunk/dports/net/zabbix3/Portfile

eborisch at macports.org eborisch at macports.org
Mon Sep 12 12:50:39 PDT 2016


Revision: 152586
          https://trac.macports.org/changeset/152586
Author:   eborisch at macports.org
Date:     2016-09-12 12:50:39 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
zabbix3: Small fixed.

Modified Paths:
--------------
    trunk/dports/net/zabbix3/Portfile

Modified: trunk/dports/net/zabbix3/Portfile
===================================================================
--- trunk/dports/net/zabbix3/Portfile	2016-09-12 19:39:19 UTC (rev 152585)
+++ trunk/dports/net/zabbix3/Portfile	2016-09-12 19:50:39 UTC (rev 152586)
@@ -49,7 +49,7 @@
                     --datadir=${prefix}/share/zabbix \
                     --sysconfdir=${prefix}/etc/zabbix \
                     --localstatedir=${prefix}/var/zabbix \
-                    --with-gnutls=/opt/local \
+                    --with-gnutls=${prefix} \
                     --enable-ipv6
 
 configure.ldflags-append    -lresolv
@@ -242,7 +242,7 @@
 # Copy database data and schemas
         xinstall -m 755 -d ${destroot}${prefix}/share/zabbix/scripts
 
-        eval xinstall -m 755 -W ${worksrcpath}/database/${DBFILES} \
+        xinstall -m 755 -W ${worksrcpath}/database/${DBFILES} \
             data.sql images.sql schema.sql \
             ${destroot}${prefix}/share/zabbix/scripts
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/d87a7a1b/attachment.html>


More information about the macports-changes mailing list