Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2014 03:00:43 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362236 - head/sysutils/nut
Message-ID:  <201407190300.s6J30hm6058589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Jul 19 03:00:43 2014
New Revision: 362236
URL: http://svnweb.freebsd.org/changeset/ports/362236
QAT: https://qat.redports.org/buildarchive/r362236/

Log:
  Use correct devd variable.

Modified:
  head/sysutils/nut/Makefile

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Sat Jul 19 01:41:15 2014	(r362235)
+++ head/sysutils/nut/Makefile	Sat Jul 19 03:00:43 2014	(r362236)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nut
 PORTVERSION=	2.7.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -163,7 +163,7 @@ CONFIGURE_ARGS+=	--without-openssl --wit
 
 pre-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nut
-	@${REINPLACE_CMD} -e 's/\*//g' ${WRKSRC}/scripts/devd/nut-usb.conf
+	@${REINPLACE_CMD} -e 's/device-name\*/cdev/g' ${WRKSRC}/scripts/devd/nut-usb.conf
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407190300.s6J30hm6058589>