svn commit: r332316 - head/security/keychain
Renato Botelho
garga at FreeBSD.org
Thu Oct 31 23:43:45 UTC 2013
Author: garga
Date: Thu Oct 31 23:43:44 2013
New Revision: 332316
URL: http://svnweb.freebsd.org/changeset/ports/332316
Log:
Simplify Makefile
Modified:
head/security/keychain/Makefile (contents, props changed)
Modified: head/security/keychain/Makefile
==============================================================================
--- head/security/keychain/Makefile Thu Oct 31 23:43:26 2013 (r332315)
+++ head/security/keychain/Makefile Thu Oct 31 23:43:44 2013 (r332316)
@@ -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}/secu
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>
More information about the svn-ports-all
mailing list