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 | |
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')
-rw-r--r-- | x11/xloadimage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index fc9eb40680cd..ca9a143e2754 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -LICENCE= MIT +LICENSE= MIT CONFLICTS_INSTALL= xli-* |