aboutsummaryrefslogtreecommitdiff
path: root/sysutils/i2c-tools
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 09:29:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 09:29:56 +0000
commit93c92a87573a0344f22b3638f82de392c17e5f0e (patch)
tree3f33634024f3fc0087527d3984886133d76da9a4 /sysutils/i2c-tools
parent94352510d71903f7dc7411d795915c81ff9b22fd (diff)
downloadports-93c92a87573a0344f22b3638f82de392c17e5f0e.tar.gz
ports-93c92a87573a0344f22b3638f82de392c17e5f0e.zip
- Support staging
- Use shebangfix
Notes
Notes: svn path=/head/; revision=346302
Diffstat (limited to 'sysutils/i2c-tools')
-rw-r--r--sysutils/i2c-tools/Makefile7
-rw-r--r--sysutils/i2c-tools/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/i2c-tools/Makefile b/sysutils/i2c-tools/Makefile
index 8ae30584946e..f9a703c97e3c 100644
--- a/sysutils/i2c-tools/Makefile
+++ b/sysutils/i2c-tools/Makefile
@@ -11,13 +11,14 @@ COMMENT= A heterogeneous set of I2C tools
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>
diff --git a/sysutils/i2c-tools/pkg-descr b/sysutils/i2c-tools/pkg-descr
index 1172708de93b..a0ac31dd368b 100644
--- a/sysutils/i2c-tools/pkg-descr
+++ b/sysutils/i2c-tools/pkg-descr
@@ -4,4 +4,4 @@ helpers, EEPROM decoding scripts, EEPROM programming tools, and a python
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