aboutsummaryrefslogtreecommitdiffstats
path: root/security/qca-ossl/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-07-09 04:43:02 +0800
committermakc <makc@FreeBSD.org>2009-07-09 04:43:02 +0800
commitb380c59e8c68ae3f8d9b09124a9a33462e698236 (patch)
tree5699f21fd1f368ce44ed84c402a65118eef5dd5c /security/qca-ossl/Makefile
parentd0ba5f8253d57aa96a22f626dbc4fa1c86be53bd (diff)
downloadfreebsd-ports-gnome-b380c59e8c68ae3f8d9b09124a9a33462e698236.tar.gz
freebsd-ports-gnome-b380c59e8c68ae3f8d9b09124a9a33462e698236.tar.zst
freebsd-ports-gnome-b380c59e8c68ae3f8d9b09124a9a33462e698236.zip
Use correct path for strip.
Reported by: Marco Broder (marco.broeder at gmx.eu) via e-mail
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>