diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-21 21:35:21 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-21 21:35:21 +0800 |
commit | 8bc51fec999aa722021f05c856b09b563215cf6f (patch) | |
tree | 4dd12601619640d1101af4c0755629cbb7c05ac6 /security/mussh | |
parent | 71ba9526be4ed0acb8e01169ce34348058f1cf48 (diff) | |
download | freebsd-ports-gnome-8bc51fec999aa722021f05c856b09b563215cf6f.tar.gz freebsd-ports-gnome-8bc51fec999aa722021f05c856b09b563215cf6f.tar.zst freebsd-ports-gnome-8bc51fec999aa722021f05c856b09b563215cf6f.zip |
Fix dependency on shells/bash2 -> shells/bash.
Bump PORTREVISION
PR: ports/107004
Submitted by: bsam@
Diffstat (limited to 'security/mussh')
-rw-r--r-- | security/mussh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile index 08579a91db56..dc03211429ed 100644 --- a/security/mussh/Makefile +++ b/security/mussh/Makefile @@ -7,6 +7,7 @@ PORTNAME= mussh PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= laszlof@FreeBSD.org COMMENT= A tool for easily running the same commands on multiple hosts -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes PORTDOCS= BUGS CHANGES EXAMPLES README |