aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptlib/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-09-16 23:35:43 +0800
committermnag <mnag@FreeBSD.org>2005-09-16 23:35:43 +0800
commit5f6ec1d7eaee9823011e109f6db950b9e506d2db (patch)
tree198bac474481686268ce09eea17f63edaea90962 /security/cryptlib/Makefile
parent7f93ea51781710d0fe13a4a0a05790d39271fae8 (diff)
downloadfreebsd-ports-gnome-5f6ec1d7eaee9823011e109f6db950b9e506d2db.tar.gz
freebsd-ports-gnome-5f6ec1d7eaee9823011e109f6db950b9e506d2db.tar.zst
freebsd-ports-gnome-5f6ec1d7eaee9823011e109f6db950b9e506d2db.zip
Update to 3.2.2
Approved by: pav (mentor)
Diffstat (limited to 'security/cryptlib/Makefile')
-rw-r--r--security/cryptlib/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index 940db9733c07..443eb054ef2d 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= cryptlib
-PORTVERSION= 3.2
+PORTVERSION= 3.2.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/
-DISTNAME= cl32
+DISTNAME= cl${PORTVERSION:S/.//g}
EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
@@ -30,16 +30,16 @@ INSTALLS_SHLIB= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/endian ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.3.2.0 \
+ ${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.${PORTVERSION} \
${PREFIX}/lib
- ${LN} -sf ${PREFIX}/lib/libcl.so.3.2.0 ${PREFIX}/lib/libcl.so
+ ${LN} -sf ${PREFIX}/lib/libcl.so.${PORTVERSION} ${PREFIX}/lib/libcl.so
${INSTALL_DATA} ${WRKSRC}/cryptlib.h ${PREFIX}/include
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/cryptlib
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cryptlib
-.endif
post-install:
+. if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/cryptlib
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cryptlib
+. endif
${STRIP_CMD} ${PREFIX}/bin/endian
${CAT} ${PKGMESSAGE}