1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Mark IGNORE on ${OSVERSION} >= 1000024 where the script got added to the base

system.

Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2012-11-12 14:44:24 +00:00
parent 99c7fd2a28
commit bd73cda3a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307339

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ssh-copy-id
# Date created: 14 Jan 2011
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= ssh-copy-id
PORTVERSION= 5.6p1
@ -19,6 +15,12 @@ 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}
@ -28,4 +30,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>