From owner-svn-ports-all@FreeBSD.ORG Wed Oct 8 17:24:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2CE5A4F; Wed, 8 Oct 2014 17:24:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F309EA0; Wed, 8 Oct 2014 17:24:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98HObf7007507; Wed, 8 Oct 2014 17:24:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98HObxT007506; Wed, 8 Oct 2014 17:24:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081724.s98HObxT007506@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 17:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r370471 - branches/2014Q4/sysutils/nut X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 17:24:37 -0000 Author: antoine Date: Wed Oct 8 17:24:36 2014 New Revision: 370471 URL: https://svnweb.freebsd.org/changeset/ports/370471 QAT: https://qat.redports.org/buildarchive/r370471/ Log: MFH: r370218 Fix packaging Modified: branches/2014Q4/sysutils/nut/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/sysutils/nut/Makefile ============================================================================== --- branches/2014Q4/sysutils/nut/Makefile Wed Oct 8 17:23:45 2014 (r370470) +++ branches/2014Q4/sysutils/nut/Makefile Wed Oct 8 17:24:36 2014 (r370471) @@ -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} \