aboutsummaryrefslogtreecommitdiff
path: root/security/acme.sh
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2019-07-28 18:05:25 +0000
committerDan Langille <dvl@FreeBSD.org>2019-07-28 18:05:25 +0000
commit4be7c8cc4a1fc27ac1663193356876bd3b7afc92 (patch)
treebd7415d40b2fb396831d7a4727cc386188b49d46 /security/acme.sh
parentd63e3874465f3afcc1213604ed5b9b054a9c5416 (diff)
downloadports-4be7c8cc4a1fc27ac1663193356876bd3b7afc92.tar.gz
ports-4be7c8cc4a1fc27ac1663193356876bd3b7afc92.zip
Remove references to ${LOCALBASE}/bin/ - they are redudant
Credit to: adamw
Notes
Notes: svn path=/head/; revision=507519
Diffstat (limited to 'security/acme.sh')
-rw-r--r--security/acme.sh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile
index d69e10bf91e8..314a0fa7f075 100644
--- a/security/acme.sh/Makefile
+++ b/security/acme.sh/Makefile
@@ -2,7 +2,7 @@
PORTNAME= acme.sh
PORTVERSION= 2.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= dvl@FreeBSD.org
@@ -21,8 +21,8 @@ OPTIONS_SINGLE= HTTP
OPTIONS_SINGLE_HTTP= CURL WGET
OPTIONS_DEFAULT= CURL STANDALONE
BINDTOOLS_DESC= Depend on bind-tools for nsupdate
-BINDTOOLS_RUN_DEPENDS= ${LOCALBASE}/bin/nsupdate:dns/bind-tools
-IDN_RUN_DEPENDS= ${LOCALBASE}/bin/idn2:dns/idnkit2
+BINDTOOLS_RUN_DEPENDS= nsupdate:dns/bind-tools
+IDN_RUN_DEPENDS= idn2:dns/idnkit2
STANDALONE_DESC= Standalone mode requires SOCAT
STANDALONE_RUN_DEPENDS= socat>0:net/socat