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 /sysutils/ltrace | |
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 'sysutils/ltrace')
-rw-r--r-- | sysutils/ltrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index 3df77d3cb99b..a35d116fdfb2 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -17,8 +17,7 @@ COMMENT= Track runtime library calls in dynamically linked programs LIB_DEPENDS= elf:${PORTSDIR}/devel/libelf -LICENCE= GPLv2 -LICENCE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 ONLY_FOR_ARCHS= i386 |