- Update MASTER_SITES and WWW: line

- Add LICENSE
- Support USE_PYTHON_RUN

PR:		ports/172060
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
This commit is contained in:
Baptiste Daroussin 2012-10-26 23:32:25 +00:00
parent 442124cd33
commit 79d70d5453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306477
2 changed files with 7 additions and 15 deletions

View file

@ -1,32 +1,26 @@
# New ports collection makefile for: ssh-multiadd # Created by: Pete Fritchman <petef@databits.net>
# Date created: 29 April 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= ssh-multiadd PORTNAME= ssh-multiadd
PORTVERSION= 1.3.2 PORTVERSION= 1.3.2
CATEGORIES= security CATEGORIES= security
MASTER_SITES= http://users.dakotacom.net/~donut/programs/ssh-multiadd/ MASTER_SITES= SUNSITE/system/network/telnet
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to add multiple ssh keys to the authentication agent COMMENT= Tool to add multiple ssh keys to the authentication agent
DEPRECATED= No more public distfiles USE_PYTHON_RUN= yes
EXPIRATION_DATE= 2012-10-20
USE_PYTHON= yes
NO_BUILD= yes NO_BUILD= yes
MAN1= ssh-multiadd.1 MAN1= ssh-multiadd.1
PLIST_FILES= bin/ssh-multiadd PLIST_FILES= bin/ssh-multiadd
post-patch: post-patch:
@${REINPLACE_CMD} -e 's!/usr/bin/python2!${PYTHON_CMD}!' \ @${REINPLACE_CMD} -e \
-e 's!#break!break!' ${WRKSRC}/ssh-multiadd 's|/usr/bin/python2|${PYTHON_CMD}| ; \
s|#break|break|' ${WRKSRC}/ssh-multiadd
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -6,5 +6,3 @@ file. It uses ssh-askpass if necessary. Unlike ssh-add, if any of
the keys use the same passphrase, you will only need to enter each the keys use the same passphrase, you will only need to enter each
unique passphrase once, and keys that are already added will not unique passphrase once, and keys that are already added will not
be prompted for again. be prompted for again.
WWW: http://users.dakotacom.net/~donut/programs/index_s.html#ssh-multiadd