diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-21 13:35:21 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-21 13:35:21 +0000 |
commit | 715eceb80f2889b1183d188b150f38f89d42f3ff (patch) | |
tree | 2debb23044e0b2377eda998fbf33f1f998dc1088 /security/mussh | |
parent | 732dc632fccc3c2db3fd262c4e8d0b3d5c3e16de (diff) | |
download | ports-715eceb80f2889b1183d188b150f38f89d42f3ff.tar.gz ports-715eceb80f2889b1183d188b150f38f89d42f3ff.zip |
Notes
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 |