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:
parent
99c7fd2a28
commit
bd73cda3a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307339
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user