summaryrefslogtreecommitdiff
path: root/security/cryptopp
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-04-21 12:47:38 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-04-21 12:47:38 +0000
commit34ed824ad4dffb8ba4a641d0e50ea0998f475d66 (patch)
tree629148af93e4778a6c469a87c0f42f0bb26c0efa /security/cryptopp
parentInstall binary mode 755, not 775 (diff)
PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix bento `make package', then bump PORTREVISION. Noticed by: kris the portsguardian.
Notes
Notes: svn path=/head/; revision=79410
Diffstat (limited to 'security/cryptopp')
-rw-r--r--security/cryptopp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index da0b889ecedb..faa8acfbcc03 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cryptopp
PORTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.eskimo.com/~weidai/ \
@@ -57,7 +58,7 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cryptopp
- ${CP} ${WRKSRC}/README.txt ${PREFIX}/share/doc/cryptopp/README
+ ${CP} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/cryptopp/README
${CP} ${WRKSRC}/License.txt ${PREFIX}/share/doc/cryptopp/License
.endif