diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:43:44 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:43:44 +0000 |
commit | 4eed802f5754d289f2b3adbb8e0f899214d0fe7e (patch) | |
tree | daceb12fb082a7b2332f3ee86f41eb67c5bd47a7 /security/keychain | |
parent | 5fa2f4c0ad3ae6822932c8846da1a033b0d05dc4 (diff) |
Simplify Makefile
Notes
Notes:
svn path=/head/; revision=332316
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 47553bcc5f89..880ffb7b1299 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -23,8 +23,6 @@ PLIST_FILES= bin/${PORTNAME} \ PORTDOCS= ChangeLog README.rst -.include <bsd.port.pre.mk> - .if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable .endif @@ -32,10 +30,7 @@ RUN_DEPENDS+= ssh-agent:${PORTSDIR}/security/openssh-portable do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/keychain.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |