aboutsummaryrefslogtreecommitdiff
path: root/security/yassl/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-09 14:19:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-09 14:19:57 +0000
commit94564dd6ed8bcf4b17ccb3ef33e497db8d8399b9 (patch)
tree345d09e111fb27efdd6fabd606231d21735e4eb5 /security/yassl/Makefile
parent83f00e193754ab436f9dd8175d65e52851470560 (diff)
downloadports-94564dd6ed8bcf4b17ccb3ef33e497db8d8399b9.tar.gz
ports-94564dd6ed8bcf4b17ccb3ef33e497db8d8399b9.zip
Notes
Diffstat (limited to 'security/yassl/Makefile')
-rw-r--r--security/yassl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile
index 73e6121544b7..df1b90bf52de 100644
--- a/security/yassl/Makefile
+++ b/security/yassl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cyassl
-PORTVERSION= 1.3.0
+PORTVERSION= 1.4.0
CATEGORIES= security devel
MASTER_SITES= http://www.yassl.com/
@@ -25,8 +25,8 @@ PORTDOCS= AUTHORS ChangeLog NEWS README
post-configure:
${REINPLACE_CMD} \
- -e 's|/usr/local/cyassl/include|${PREFIX}/include/cyassl|' \
- -e 's|/usr/local/cyassl/lib|${PREFIX}/lib/cyassl|' \
+ -e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \
+ -e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
${WRKSRC}/Makefile
post-install: