summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2017-09-18 11:35:24 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2017-09-18 11:35:24 +0000
commit29901c1200bec143552e46baa87e9b8221261daf (patch)
tree99b3240a95499355c451ce2ed0965013ec60404f /security/stunnel
parentUpdate to latest commit. (diff)
- Fix cert make target
PR: 222419 Submitted by: freebsd@shaunc.com
Notes
Notes: svn path=/head/; revision=450039
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 7d77f4cd0b79..3004d3eb5b20 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -118,6 +118,6 @@ cert:
@${ECHO} "The new certificate will be saved into ${ETCDIR}/stunnel.pem"
@${ECHO} "**************************************************************************"
@${ECHO} ""
- @(cd ${WRKSRC}/tools/; make install-data-local)
+ @(cd ${WRKSRC}/tools/; make cert)
.include <bsd.port.post.mk>