diff options
Diffstat (limited to 'security/ssh-copy-id/Makefile')
-rw-r--r-- | security/ssh-copy-id/Makefile | 8 |
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> |