aboutsummaryrefslogtreecommitdiff
path: root/security/qca-gnupg
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-gnupg
parent0dcf14f97a9166cbacbec70068ddfd9c97bcff30 (diff)
downloadports-5f3906c9363300a43225e3b730305c3eac467eea.tar.gz
ports-5f3906c9363300a43225e3b730305c3eac467eea.zip
Notes
Diffstat (limited to 'security/qca-gnupg')
-rw-r--r--security/qca-gnupg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/qca-gnupg/Makefile b/security/qca-gnupg/Makefile
index 9b80d654a5ae..f14baeb727d0 100644
--- a/security/qca-gnupg/Makefile
+++ b/security/qca-gnupg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qca-gnupg
DISTVERSION= 2.0.0-beta3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
@@ -31,6 +32,6 @@ PLIST_SUB+= DEBUG=""
.endif
post-install:
- ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/libqca-gnupg.so
+ ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-gnupg.so
.include <bsd.port.mk>