head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.15.09.16;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.01.14.20.07.37;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.14.17.32.36;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307339
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307339 | ehaupt | 2012-11-12 14:44:24 +0000 (Mon, 12 Nov 2012) | 5 lines
## SVN ##
## SVN ## Mark IGNORE on ${OSVERSION} >= 1000024 where the script got added to the base
## SVN ## system.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Emanuel Haupt <ehaupt@@FreeBSD.org>
# $FreeBSD: head/security/ssh-copy-id/Makefile 307339 2012-11-12 14:44:24Z ehaupt $

PORTNAME=	ssh-copy-id
PORTVERSION=	5.6p1
CATEGORIES=	security
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Small script which copies your ssh public-key to a remote host

NO_BUILD=	yes

MAN1=		ssh-copy-id.1
PLIST_FILES=	bin/ssh-copy-id

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 1000024
IGNORE=		is already in the base system
.endif

pre-patch:
.for f in ssh-copy-id ssh-copy-id.1
	@@${CP} ${FILESDIR}/${f} ${WRKDIR}
.endfor

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKDIR}/${MAN1} ${MANPREFIX}/man/man1

.include <bsd.port.post.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	ssh-copy-id
# Date created:				14 Jan 2011
# Whom:					Emanuel Haupt <ehaupt@@FreeBSD.org>
#
# $FreeBSD: head/security/ssh-copy-id/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d18 6
d33 1
a33 1
.include <bsd.port.mk>
@


1.2
log
@Fix typo

Feature safe: yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add ssh-copy-id 5.6p1, small script which copy your ssh public-key to a
remote host; appending it to your remote authorized_keys.

Feature safe: yes
@
text
@d15 1
a15 1
COMMENT=	Small script which copy your ssh public-key to a remote host
@

