svn commit: r331337 - head/security/keychain
Renato Botelho
garga at FreeBSD.org
Tue Oct 22 22:45:23 UTC 2013
Author: garga
Date: Tue Oct 22 22:45:22 2013
New Revision: 331337
URL: http://svnweb.freebsd.org/changeset/ports/331337
Log:
- Fix WWW
- Remove Author
- Support staging
Modified:
head/security/keychain/Makefile
head/security/keychain/pkg-descr
Modified: head/security/keychain/Makefile
==============================================================================
--- head/security/keychain/Makefile Tue Oct 22 22:45:00 2013 (r331336)
+++ head/security/keychain/Makefile Tue Oct 22 22:45:22 2013 (r331337)
@@ -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}/secu
.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>
Modified: head/security/keychain/pkg-descr
==============================================================================
--- head/security/keychain/pkg-descr Tue Oct 22 22:45:00 2013 (r331336)
+++ head/security/keychain/pkg-descr Tue Oct 22 22:45:22 2013 (r331337)
@@ -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 at funtoo.org>
-WWW: http://www.funtoo.org/wiki/Keychain
+WWW: http://www.funtoo.org/index.php?title=Keychain
More information about the svn-ports-all
mailing list