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 /misc | |
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 'misc')
-rw-r--r-- | misc/pastebinit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index c8a9d6e9b2ce..ec185cceb5c7 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -21,7 +21,7 @@ NO_BUILD= yes PLIST_FILES= bin/pastebinit -LICENCE= GPLv2 +LICENSE= GPLv2 OPTIONS_DEFINE= PASTEBINS PASTEBINS_DESC= Install default pastebins |