aboutsummaryrefslogtreecommitdiff
path: root/sysutils/scterc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-14 12:32:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-14 12:32:12 +0000
commit40ff527bbf2a2847ac5f8be3f094b9c39acc8630 (patch)
tree7f6e89287b387fcd1c2e55bd6a3476a0f20d9969 /sysutils/scterc
parentf16f896af32d869e4e8c2937a4a920839984135b (diff)
downloadports-40ff527bbf2a2847ac5f8be3f094b9c39acc8630.tar.gz
ports-40ff527bbf2a2847ac5f8be3f094b9c39acc8630.zip
- Remove unncecessary full path to binary from *_DEPENDS
Notes
Notes: svn path=/head/; revision=391991
Diffstat (limited to 'sysutils/scterc')
-rw-r--r--sysutils/scterc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/scterc/Makefile b/sysutils/scterc/Makefile
index 3866ae12da64..836bc79506e2 100644
--- a/sysutils/scterc/Makefile
+++ b/sysutils/scterc/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= sysutils
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Configure SCT ERC for hard disks on system startup
-RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
+RUN_DEPENDS= smartctl:${PORTSDIR}/sysutils/smartmontools
USE_GITHUB= yes
GH_ACCOUNT= AMDmi3