aboutsummaryrefslogtreecommitdiff
path: root/security/ssh-copy-id
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 12:35:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 12:35:04 +0000
commit466ee71916f880e5a070350d8a84407ee75fe12d (patch)
tree021b5abe00057205a871723ca245d4d88618447f /security/ssh-copy-id
parent40b020793032c5b947e54b0822101c7cb3160cb0 (diff)
downloadports-466ee71916f880e5a070350d8a84407ee75fe12d.tar.gz
ports-466ee71916f880e5a070350d8a84407ee75fe12d.zip
Notes
Diffstat (limited to 'security/ssh-copy-id')
-rw-r--r--security/ssh-copy-id/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/ssh-copy-id/Makefile b/security/ssh-copy-id/Makefile
index feb32d6d0e92..ef2138bfbc01 100644
--- a/security/ssh-copy-id/Makefile
+++ b/security/ssh-copy-id/Makefile
@@ -12,10 +12,8 @@ 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
+PLIST_FILES= bin/ssh-copy-id man/man1/ssh-copy-id.1.gz
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000024
@@ -28,7 +26,7 @@ pre-patch:
.endfor
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>