diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-25 18:12:22 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-25 18:12:22 +0800 |
commit | f3970a0718fabca0e85b71a01493b711c924dd8b (patch) | |
tree | bbd326cb964b89ef24498817bdc41d86446e6bec /comms | |
parent | 2178df67ea4723d9e7fb502a44df2d31e6a3b083 (diff) | |
download | freebsd-ports-gnome-f3970a0718fabca0e85b71a01493b711c924dd8b.tar.gz freebsd-ports-gnome-f3970a0718fabca0e85b71a01493b711c924dd8b.tar.zst freebsd-ports-gnome-f3970a0718fabca0e85b71a01493b711c924dd8b.zip |
comms/libmodbus: Spell LICENSE_FILE correctly
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libmodbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 79e257710640..8793579d2d60 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -10,7 +10,7 @@ MAINTAINER= bsam@FreeBSD.org COMMENT= Modbus library LICENSE= LGPL21+ -LICENES_FILE= ${WRKSRC}/COPYING.LESSER +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= a2x:textproc/asciidoc \ xmlto:textproc/xmlto |