aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-05 19:19:28 +0800
committermiwi <miwi@FreeBSD.org>2011-02-05 19:19:28 +0800
commite2acb4a69f013867efc2c1a65a7412452f01a43e (patch)
tree7a00bf4ad43972d8292d5cb7509bb2f846871546
parent47f99bdc00b139664c8327bba17c3f4dd5875818 (diff)
downloadfreebsd-ports-gnome-e2acb4a69f013867efc2c1a65a7412452f01a43e.tar.gz
freebsd-ports-gnome-e2acb4a69f013867efc2c1a65a7412452f01a43e.tar.zst
freebsd-ports-gnome-e2acb4a69f013867efc2c1a65a7412452f01a43e.zip
- Use GOOGLE_CODE/LOCAL macro
PR: 153113 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Approved by: maintainer timeout Feature safe: yes
-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>