aboutsummaryrefslogtreecommitdiff
path: root/security/pvk
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 09:36:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 09:36:08 +0000
commit7df98ce3edd4c3fa2bb1f84f91ecb33185e3605b (patch)
treede58b877b813efd9bd5b2c63250591486370dc56 /security/pvk
parentb53088b432912f493a480888a291b91618cd5e52 (diff)
downloadports-7df98ce3edd4c3fa2bb1f84f91ecb33185e3605b.tar.gz
ports-7df98ce3edd4c3fa2bb1f84f91ecb33185e3605b.zip
Notes
Diffstat (limited to 'security/pvk')
-rw-r--r--security/pvk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pvk/Makefile b/security/pvk/Makefile
index 301fe418bca8..d3c89da676fb 100644
--- a/security/pvk/Makefile
+++ b/security/pvk/Makefile
@@ -12,10 +12,11 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= Tool to convert a RSA key in PEM format into a PVK file and vice versa
USES= ssl
-WRKSRC= ${WRKDIR}
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
+NO_WRKSUBDIR= yes
+
post-patch:
${REINPLACE_CMD} -e 's|\(-lcrypto\)|$$(LDFLAGS) \1|g' \
${WRKSRC}/Makefile