svn commit: r346302 - head/sysutils/i2c-tools

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 09:29:57 UTC 2014


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


More information about the svn-ports-head mailing list