diff options
author | az <az@FreeBSD.org> | 2012-10-03 00:40:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-03 00:40:40 +0800 |
commit | 6a34058835f87a115d6731fd7d5dcdf4b6722eab (patch) | |
tree | 0d502420e832db5e27fe156fca9ded6815e0a2d1 /security | |
parent | da7fbedfb3cf3e721ebdd55b8aa2a1bc86acd3c5 (diff) | |
download | freebsd-ports-gnome-6a34058835f87a115d6731fd7d5dcdf4b6722eab.tar.gz freebsd-ports-gnome-6a34058835f87a115d6731fd7d5dcdf4b6722eab.tar.zst freebsd-ports-gnome-6a34058835f87a115d6731fd7d5dcdf4b6722eab.zip |
- Fix typos (LICENSE is correct form inside bsd.licenses.mk).
- Removed LICENSE_FILE where is no need in this.
Spotted by: zont@
Approved by: portmgr (bapt@)
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-auth-radius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openvpn-auth-radius/Makefile b/security/openvpn-auth-radius/Makefile index a78faa787016..69828d1e0a10 100644 --- a/security/openvpn-auth-radius/Makefile +++ b/security/openvpn-auth-radius/Makefile @@ -18,7 +18,7 @@ COMMENT= RADIUS authentication plugin for OpenVPN RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt -LICENCE= GPLv2 +LICENSE= GPLv2 USE_GMAKE= yes MAKEFILE= Makefile.bsd |