aboutsummaryrefslogtreecommitdiff
path: root/security/ssh-copy-id/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh-copy-id/Makefile')
-rw-r--r--security/ssh-copy-id/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh-copy-id/Makefile b/security/ssh-copy-id/Makefile
index ef2138bfbc01..ddbc4db2e728 100644
--- a/security/ssh-copy-id/Makefile
+++ b/security/ssh-copy-id/Makefile
@@ -10,16 +10,16 @@ DISTFILES= # none
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Small script which copies your ssh public-key to a remote host
+IGNORE= is already in the base system
+DEPRECATED= ${IGNORE}
+EXPIRATION_DATE= 2017-01-15
+
NO_BUILD= yes
PLIST_FILES= bin/ssh-copy-id man/man1/ssh-copy-id.1.gz
.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}