Date: Sat, 25 May 2019 10:12:22 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502553 - head/comms/libmodbus Message-ID: <201905251012.x4PACM2x045049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat May 25 10:12:22 2019 New Revision: 502553 URL: https://svnweb.freebsd.org/changeset/ports/502553 Log: comms/libmodbus: Spell LICENSE_FILE correctly Modified: head/comms/libmodbus/Makefile Modified: head/comms/libmodbus/Makefile ============================================================================== --- head/comms/libmodbus/Makefile Sat May 25 10:11:09 2019 (r502552) +++ head/comms/libmodbus/Makefile Sat May 25 10:12:22 2019 (r502553) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251012.x4PACM2x045049>