aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sshsudo
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-26 21:25:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-26 21:25:05 +0000
commit8f1feae05849ebcc53db0bb8ee94f1a918defb26 (patch)
treef6e5c4ab11ed58b3b86858c0466f8b1630b3a990 /sysutils/sshsudo
parent40f2fd719037117dd9b1e335950213dce3e15cd9 (diff)
downloadports-8f1feae05849ebcc53db0bb8ee94f1a918defb26.tar.gz
ports-8f1feae05849ebcc53db0bb8ee94f1a918defb26.zip
Clean up Makefile
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin - Remove GH_PROJECT - Add NO_ARCH - Update WWW: remove trailing slash Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=437005
Diffstat (limited to 'sysutils/sshsudo')
-rw-r--r--sysutils/sshsudo/Makefile4
-rw-r--r--sysutils/sshsudo/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/sshsudo/Makefile b/sysutils/sshsudo/Makefile
index ddbf0788a5e1..219198a76d5e 100644
--- a/sysutils/sshsudo/Makefile
+++ b/sysutils/sshsudo/Makefile
@@ -11,13 +11,13 @@ COMMENT= Bash script to run sudo command on multiple remote computers
LICENSE= GPLv3
-RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
+RUN_DEPENDS= bash:shells/bash \
sshpass>=0:security/sshpass
USE_GITHUB= yes
GH_ACCOUNT= gaod
-GH_PROJECT= sshsudo
+NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
diff --git a/sysutils/sshsudo/pkg-descr b/sysutils/sshsudo/pkg-descr
index e56b0661cb91..4cab0a80352c 100644
--- a/sysutils/sshsudo/pkg-descr
+++ b/sysutils/sshsudo/pkg-descr
@@ -1,3 +1,3 @@
A bash script to run sudo command on multiple remote computers with least effort
-WWW: https://github.com/gaod/sshsudo/
+WWW: https://github.com/gaod/sshsudo