aboutsummaryrefslogtreecommitdiff
path: root/security/pssh
diff options
context:
space:
mode:
Diffstat (limited to 'security/pssh')
-rw-r--r--security/pssh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index b33905e7368f..a7bb45a5fee2 100644
--- a/security/pssh/Makefile
+++ b/security/pssh/Makefile
@@ -8,9 +8,8 @@
PORTNAME= pssh
PORTVERSION= 2.1.1
CATEGORIES= security net sysutils
-MASTER_SITES= http://parallel-ssh.googlecode.com/files/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= brooks
+MASTER_SITES= GOOGLE_CODE \
+ LOACL/brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Parallel versions of the openssh tools
@@ -20,4 +19,6 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USE_PYTHON= YES
USE_PYDISTUTILS=easy_install
+PROJECTHOST= parallel-ssh
+
.include <bsd.port.mk>