Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 09:29:56 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346302 - head/sysutils/i2c-tools
Message-ID:  <201402270929.s1R9TufC056635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 27 09:29:56 2014
New Revision: 346302
URL: http://svnweb.freebsd.org/changeset/ports/346302
QAT: https://qat.redports.org/buildarchive/r346302/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/sysutils/i2c-tools/Makefile
  head/sysutils/i2c-tools/pkg-descr

Modified: head/sysutils/i2c-tools/Makefile
==============================================================================
--- head/sysutils/i2c-tools/Makefile	Thu Feb 27 09:26:09 2014	(r346301)
+++ head/sysutils/i2c-tools/Makefile	Thu Feb 27 09:29:56 2014	(r346302)
@@ -11,13 +11,14 @@ COMMENT=	A heterogeneous set of I2C tool
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
 
 PLIST_FILES=	sbin/decode-dimms
+SHEBANG_FILES=	eeprom/decode-dimms
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms ${PREFIX}/sbin/decode-dimms
+	${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms \
+		${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>

Modified: head/sysutils/i2c-tools/pkg-descr
==============================================================================
--- head/sysutils/i2c-tools/pkg-descr	Thu Feb 27 09:26:09 2014	(r346301)
+++ head/sysutils/i2c-tools/pkg-descr	Thu Feb 27 09:29:56 2014	(r346302)
@@ -4,4 +4,4 @@ helpers, EEPROM decoding scripts, EEPROM
 module for SMBus access.
 Only DIMM SPD decoding tool is ported at the moment.
 
-WWW:	http://www.lm-sensors.org/wiki/I2CTools
+WWW: http://www.lm-sensors.org/wiki/I2CTools



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