diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-04-17 10:52:38 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-04-17 10:52:38 +0000 |
commit | 2f08256565b510d5a4024ec9c2dbfbbf98c443f7 (patch) | |
tree | f87022477f989f4d8dbe87e60df2e17a170bb728 | |
parent | comms/openzwave-devel: fix build on GCC architectures (diff) |
x11/dmenu-wayland: Spell LICENSE_FILE correctly
Reported by: portscan
-rw-r--r-- | x11/dmenu-wayland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dmenu-wayland/Makefile b/x11/dmenu-wayland/Makefile index 61fc9d1da490..ee0d936af4d9 100644 --- a/x11/dmenu-wayland/Makefile +++ b/x11/dmenu-wayland/Makefile @@ -9,7 +9,7 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Efficient dynamic menu for wayland LICENSE= MIT -LICENSE_FILES= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gnome meson pkgconfig |