svn commit: r450039 - head/security/stunnel

Ryan Steinmetz zi at FreeBSD.org
Mon Sep 18 11:35:26 UTC 2017


Author: zi
Date: Mon Sep 18 11:35:24 2017
New Revision: 450039
URL: https://svnweb.freebsd.org/changeset/ports/450039

Log:
  - Fix cert make target
  
  PR:		222419
  Submitted by:	freebsd at shaunc.com

Modified:
  head/security/stunnel/Makefile

Modified: head/security/stunnel/Makefile
==============================================================================
--- head/security/stunnel/Makefile	Mon Sep 18 10:41:32 2017	(r450038)
+++ head/security/stunnel/Makefile	Mon Sep 18 11:35:24 2017	(r450039)
@@ -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>


More information about the svn-ports-all mailing list