aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-04-21 20:47:38 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-04-21 20:47:38 +0800
commit5936f3a7f1d1f41ef1e5eaeefc078efa3f3ebc60 (patch)
treeca6e52c1b3eb1b4569e1945d6104bb682ee3e14b /security
parent7011bb5086c63a1411aa9f2dd344459636977fa6 (diff)
downloadfreebsd-ports-gnome-5936f3a7f1d1f41ef1e5eaeefc078efa3f3ebc60.tar.gz
freebsd-ports-gnome-5936f3a7f1d1f41ef1e5eaeefc078efa3f3ebc60.tar.zst
freebsd-ports-gnome-5936f3a7f1d1f41ef1e5eaeefc078efa3f3ebc60.zip
PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix bento `make package', then bump PORTREVISION. Noticed by: kris the portsguardian.
Diffstat (limited to 'security')
-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