diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/qca-ossl | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) |
Notes
Diffstat (limited to 'security/qca-ossl')
-rw-r--r-- | security/qca-ossl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/qca-ossl/Makefile b/security/qca-ossl/Makefile index cf4ea93a9223..64127ec33479 100644 --- a/security/qca-ossl/Makefile +++ b/security/qca-ossl/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: qca-ossl -# Date created: 2008-07-13 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= qca-ossl @@ -33,6 +30,7 @@ CONFIGURE_ARGS+=--debug PLIST_SUB+= DEBUG="" .endif +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-ossl.so |