diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-22 22:45:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-22 22:45:22 +0000 |
commit | 82f687a2cea47635eeed24ed56873bbd12d81dc4 (patch) | |
tree | 2a37bc6bec26c41bba3bef9b5f98ffbe835ea8fd /security/keychain | |
parent | d1a5bf82c2e92424e2ba0adb71573a64805faebb (diff) | |
download | ports-82f687a2cea47635eeed24ed56873bbd12d81dc4.tar.gz ports-82f687a2cea47635eeed24ed56873bbd12d81dc4.zip |
Notes
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 14 | ||||
-rw-r--r-- | security/keychain/pkg-descr | 3 |
2 files changed, 7 insertions, 10 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 4354d79751db..47553bcc5f89 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -18,13 +18,11 @@ OPTIONS_DEFINE= DOCS FETCH_ARGS?= -Fpr USE_BZIP2= yes -MAN1= keychain.1 - -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/keychain.1.gz PORTDOCS= ChangeLog README.rst -NO_STAGE= yes .include <bsd.port.pre.mk> .if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) @@ -32,12 +30,12 @@ RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable .endif do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.post.mk> diff --git a/security/keychain/pkg-descr b/security/keychain/pkg-descr index 16c08e463115..2a515a3c02b8 100644 --- a/security/keychain/pkg-descr +++ b/security/keychain/pkg-descr @@ -5,5 +5,4 @@ system rather than per login session. Please study the documentation on the keychain website carefully since incorrect usage of this script may have certain security implications. -Author: Daniel Robbins <drobbins@funtoo.org> -WWW: http://www.funtoo.org/wiki/Keychain +WWW: http://www.funtoo.org/index.php?title=Keychain |