aboutsummaryrefslogtreecommitdiff
path: root/security/pssh
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-05 11:19:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-05 11:19:28 +0000
commit85c93697cb057322500b554eb5acfb8638aec3c8 (patch)
treeb85105852913a4f42be9fc93af0769ab351017f3 /security/pssh
parent14a86a8a7ab32fe38c267861008ab77c32cbce8b (diff)
downloadports-85c93697cb057322500b554eb5acfb8638aec3c8.tar.gz
ports-85c93697cb057322500b554eb5acfb8638aec3c8.zip
- Use GOOGLE_CODE/LOCAL macro
PR: 153113 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Approved by: maintainer timeout Feature safe: yes
Notes
Notes: svn path=/head/; revision=268670
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>