diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-12 00:39:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-12 00:39:44 +0800 |
commit | 460fd5b37b5a7632b702c9e3bf9d8cd52917ec70 (patch) | |
tree | 324e37a8f54895acd2c9eb3fb6ff383916ccd636 | |
parent | a4a7d7feb3cb179c55aad348bd04b999d1190a5a (diff) | |
download | freebsd-ports-gnome-460fd5b37b5a7632b702c9e3bf9d8cd52917ec70.tar.gz freebsd-ports-gnome-460fd5b37b5a7632b702c9e3bf9d8cd52917ec70.tar.zst freebsd-ports-gnome-460fd5b37b5a7632b702c9e3bf9d8cd52917ec70.zip |
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 e357ff6f1bd1..b373edcd1d2b 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 |