diff options
author | David Thiel <lx@FreeBSD.org> | 2007-01-15 21:33:07 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-01-15 21:33:07 +0000 |
commit | dcccda518d6a4b74d2b81a924def85407a6797d4 (patch) | |
tree | f1832c9b44223c80405222f257275857c8cfa5ae /security/clusterssh | |
parent | 9e93e7e641aa8592a72ab1d70974768a8e4f8c1a (diff) | |
download | ports-dcccda518d6a4b74d2b81a924def85407a6797d4.tar.gz ports-dcccda518d6a4b74d2b81a924def85407a6797d4.zip |
Notes
Diffstat (limited to 'security/clusterssh')
-rw-r--r-- | security/clusterssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index 2552f496380c..6774ac179ba8 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= lx@FreeBSD.org COMMENT= Controls multiple hosts simultaneously via xterms and ssh RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ @@ -19,7 +19,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ USE_PERL5= yes GNU_CONFIGURE= yes -USE_X_PREFIX= yes PLIST_FILES= bin/cssh MAN1= cssh.1 |