diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-11 16:39:44 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-11 16:39:44 +0000 |
commit | 460fd5b37b5a7632b702c9e3bf9d8cd52917ec70 (patch) | |
tree | 324e37a8f54895acd2c9eb3fb6ff383916ccd636 | |
parent | a4a7d7feb3cb179c55aad348bd04b999d1190a5a (diff) | |
download | FreeBSD-ports-460fd5b37b5a7632b702c9e3bf9d8cd52917ec70.zip FreeBSD-ports-460fd5b37b5a7632b702c9e3bf9d8cd52917ec70.tar.gz |
Fix typo.
Notified by: John Marino <freebsd.contact@marino.st>
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | security/vpnc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -272,7 +272,7 @@ uzap.tar.gz editors/uzap This software may not be used to make a profit in any 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 diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index e357ff6..b373edc 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -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 |