diff options
Diffstat (limited to 'security/pssh/Makefile')
-rw-r--r-- | security/pssh/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile index af0d5d17ac37..b33905e7368f 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pssh -PORTVERSION= 1.4.3 +PORTVERSION= 2.1.1 CATEGORIES= security net sysutils -MASTER_SITES= http://www.theether.org/pssh/ \ +MASTER_SITES= http://parallel-ssh.googlecode.com/files/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -20,14 +20,4 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync USE_PYTHON= YES USE_PYDISTUTILS=easy_install -FIX_PYPATH= bin/pnuke \ - bin/prsync \ - bin/pscp \ - bin/pslurp \ - bin/pssh - -post-patch: - ${REINPLACE_CMD} -e 's|#!/usr/bin/env python|#!${PYTHON_CMD}|' \ - ${FIX_PYPATH:S/^/${WRKSRC}\//} - .include <bsd.port.mk> |