diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-07-08 20:43:02 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-07-08 20:43:02 +0000 |
commit | 5f3906c9363300a43225e3b730305c3eac467eea (patch) | |
tree | a37d85955e247b9a8184a349f75f0b51b0973f2c | |
parent | 0dcf14f97a9166cbacbec70068ddfd9c97bcff30 (diff) | |
download | ports-5f3906c9363300a43225e3b730305c3eac467eea.tar.gz ports-5f3906c9363300a43225e3b730305c3eac467eea.zip |
Notes
-rw-r--r-- | security/qca-gnupg/Makefile | 3 | ||||
-rw-r--r-- | security/qca-ossl/Makefile | 4 |
2 files changed, 4 insertions, 3 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> 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> |