aboutsummaryrefslogtreecommitdiff
path: root/security/qca-ossl/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-07-08 20:43:02 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-07-08 20:43:02 +0000
commit5f3906c9363300a43225e3b730305c3eac467eea (patch)
treea37d85955e247b9a8184a349f75f0b51b0973f2c /security/qca-ossl/Makefile
parent0dcf14f97a9166cbacbec70068ddfd9c97bcff30 (diff)
downloadports-5f3906c9363300a43225e3b730305c3eac467eea.tar.gz
ports-5f3906c9363300a43225e3b730305c3eac467eea.zip
Use correct path for strip.
Reported by: Marco Broder (marco.broeder at gmx.eu) via e-mail
Notes
Notes: svn path=/head/; revision=237444
Diffstat (limited to 'security/qca-ossl/Makefile')
-rw-r--r--security/qca-ossl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/qca-ossl/Makefile b/security/qca-ossl/Makefile
index c3a1329e7ef3..15cb2f280408 100644
--- a/security/qca-ossl/Makefile
+++ b/security/qca-ossl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= qca-ossl
DISTVERSION= 2.0.0-beta3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
@@ -35,6 +35,6 @@ PLIST_SUB+= DEBUG=""
.endif
post-install:
- ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/libqca-ossl.so
+ ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-ossl.so
.include <bsd.port.mk>