Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix bento `make package', then bump PORTREVISION.

Noticed by: kris the portsguardian.
This commit is contained in:
Foxfair Hu
2003-04-21 12:47:38 +00:00
parent c38e8cda5e
commit 34ed824ad4

View File

@@ -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