aboutsummaryrefslogtreecommitdiff
path: root/security/keychain
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-09-17 14:29:26 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-09-17 14:29:26 +0000
commitc4933a74d5d9fd0ec2caebc5c08bf05c216f8200 (patch)
tree36911fa3001e5b961aff94bad6b9241e27b9c4a2 /security/keychain
parent49117c8c6374fee9afec92012d10854c837afd58 (diff)
downloadports-c4933a74d5d9fd0ec2caebc5c08bf05c216f8200.tar.gz
ports-c4933a74d5d9fd0ec2caebc5c08bf05c216f8200.zip
Notes
Diffstat (limited to 'security/keychain')
-rw-r--r--security/keychain/Makefile19
-rw-r--r--security/keychain/pkg-plist3
2 files changed, 15 insertions, 7 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index 7bb800f727fe..4cadf57cbb61 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -7,13 +7,11 @@
PORTNAME= keychain
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= security
-MASTER_SITES= http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ \
- ftp://sunsite.dk/mirrors/gentoo/distfiles/ \
- ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/ \
- ftp://ftp.gentoo.no/pub/linux/distributions/gentoo/distfiles/
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MAINTAINER= info@volginfo.ru
+MAINTAINER= olive@oban.frmug.org
USE_BZIP2= yes
NO_BUILD= yes
@@ -24,8 +22,15 @@ NO_BUILD= yes
RUN_DEPENDS= ssh-agent:${PORTSDIR}/security/openssh
.endif
+DOCS= ChangeLog README
+
do-install:
- @ ${MKDIR} ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/keychain ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.post.mk>
diff --git a/security/keychain/pkg-plist b/security/keychain/pkg-plist
index a03342d6e8b7..1aca7569a6c3 100644
--- a/security/keychain/pkg-plist
+++ b/security/keychain/pkg-plist
@@ -1 +1,4 @@
bin/keychain
+%%PORTDOCS%%share/doc/keychain/ChangeLog
+%%PORTDOCS%%share/doc/keychain/README
+%%PORTDOCS%%@dirrm share/doc/keychain