aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-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