- Use GOOGLE_CODE/LOCAL macro

PR:		153113
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Approved by:	maintainer timeout
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-02-05 11:19:28 +00:00
parent 14a86a8a7a
commit 85c93697cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268670

View file

@ -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>