Date: Mon, 6 Oct 2014 20:09:25 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370218 - head/sysutils/nut Message-ID: <201410062009.s96K9PbG080221@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Oct 6 20:09:24 2014 New Revision: 370218 URL: https://svnweb.freebsd.org/changeset/ports/370218 QAT: https://qat.redports.org/buildarchive/r370218/ Log: Fix packaging Modified: head/sysutils/nut/Makefile Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Mon Oct 6 19:53:09 2014 (r370217) +++ head/sysutils/nut/Makefile Mon Oct 6 20:09:24 2014 (r370218) @@ -52,6 +52,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --program-transform-name="" \ --localstatedir=${STATEDIR} \ --datadir=${PREFIX}/etc/nut \ + --with-devd-dir=${PREFIX}/etc/devd \ --with-drvpath=${PREFIX}/libexec/nut \ --with-statepath=${STATEDIR} \ --with-altpidpath=${STATEDIR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062009.s96K9PbG080221>