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 /x11-wm/wmfs | |
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 'x11-wm/wmfs')
-rw-r--r-- | x11-wm/wmfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile index 7a2d65718270..926cd1441475 100644 --- a/x11-wm/wmfs/Makefile +++ b/x11-wm/wmfs/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://wmfs.info/attachments/download/45/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= A floating and tiling Window Manager From Scratch -LICENCE= BSD +LICENSE= BSD LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 |