diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-27 05:25:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-27 05:25:05 +0800 |
commit | 9f13aaa75e3aedc8816f8572d60df72a2d6cd69d (patch) | |
tree | f6e5c4ab11ed58b3b86858c0466f8b1630b3a990 /sysutils/sshsudo | |
parent | 18c534582d9b78028f10cb9ee6ccc442e15e2dbe (diff) | |
download | freebsd-ports-gnome-9f13aaa75e3aedc8816f8572d60df72a2d6cd69d.tar.gz freebsd-ports-gnome-9f13aaa75e3aedc8816f8572d60df72a2d6cd69d.tar.zst freebsd-ports-gnome-9f13aaa75e3aedc8816f8572d60df72a2d6cd69d.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)
Diffstat (limited to 'sysutils/sshsudo')
-rw-r--r-- | sysutils/sshsudo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/sshsudo/pkg-descr | 2 |
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 |