svn commit: r336180 - in head: . security/vpnc

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 11 16:39:45 UTC 2013


Author: ehaupt
Date: Wed Dec 11 16:39:44 2013
New Revision: 336180
URL: http://svnweb.freebsd.org/changeset/ports/336180

Log:
  Fix typo.
  
  Notified by:	John Marino <freebsd.contact at marino.st>

Modified:
  head/LEGAL
  head/security/vpnc/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Wed Dec 11 15:57:28 2013	(r336179)
+++ head/LEGAL	Wed Dec 11 16:39:44 2013	(r336180)
@@ -272,7 +272,7 @@ uzap.tar.gz		editors/uzap		This software
 ventrilo_srv-*		audio/ventrilo-server	May not be redistributed.  For personal use only.  Must accept license to download.
 vice-*			emulators/vice		ROMs are copyrighted by Commodore Business Machines
 VMware-vSphere-Perl*	net/vmware-vsphere-cli	May not be redistributed.  Must accept license to download.
-vpnc-*			security/vpnc		Redistribution is not allowed if liked against OpenSSL
+vpnc-*			security/vpnc		Redistribution is not allowed if linked against OpenSSL
 vst_sdk2_3.zip		audio/ardour		Redistribution of the VST PlugIns SDK is not allowed
 vtkmpeg2encode.tar.gz	multimedia/vtkmpeg2encode	The MPEG2 format and all software that uses it is subject to patent restrictions
 vwnc7.3.1/*		lang/visualworks	Do not redistribute

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Wed Dec 11 15:57:28 2013	(r336179)
+++ head/security/vpnc/Makefile	Wed Dec 11 16:39:44 2013	(r336180)
@@ -18,7 +18,7 @@ USES=		shebangfix gmake perl5
 USE_PERL5=	build
 USE_RC_SUBR=	vpnc
 
-LEGAL_TEXT=	Redistribution is not allowed if liked against OpenSSL
+LEGAL_TEXT=	Redistribution is not allowed if linked against OpenSSL
 
 ALL_TARGET=	all
 SHEBANG_FILES=	makeman.pl


More information about the svn-ports-head mailing list