diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-04-21 12:47:38 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-04-21 12:47:38 +0000 |
commit | 34ed824ad4dffb8ba4a641d0e50ea0998f475d66 (patch) | |
tree | 629148af93e4778a6c469a87c0f42f0bb26c0efa /security/cryptopp | |
parent | c38e8cda5e62933e82624254260997a97f1731fa (diff) | |
download | ports-34ed824ad4dffb8ba4a641d0e50ea0998f475d66.tar.gz ports-34ed824ad4dffb8ba4a641d0e50ea0998f475d66.zip |
Notes
Diffstat (limited to 'security/cryptopp')
-rw-r--r-- | security/cryptopp/Makefile | 3 |
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 |