diff options
author | leot <leot@pkgsrc.org> | 2018-02-28 11:48:39 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-02-28 11:48:39 +0000 |
commit | fd81c0f15f9ec8a63479339817d36d6bebc955d3 (patch) | |
tree | 69f9b4f8d24a77ae97023fe78490d9b00ac54a7f /x11 | |
parent | aa6e92b9957054c6fd7d3a3b61ec7e74f98772af (diff) | |
download | pkgsrc-fd81c0f15f9ec8a63479339817d36d6bebc955d3.tar.gz |
unclutter: Add LICENSE (public domain)
unclutter is under the public domain, from its README:
> The program is released into the public domain. Only the considerate
> will leave credit for the author.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/unclutter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/unclutter/Makefile b/x11/unclutter/Makefile index 391b2e8795d..21e244fcfa7 100644 --- a/x11/unclutter/Makefile +++ b/x11/unclutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 05:06:54 asau Exp $ +# $NetBSD: Makefile,v 1.19 2018/02/28 11:48:39 leot Exp $ # DISTNAME= unclutter-8 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Remove idle cursor image from screen +LICENSE= public-domain WRKSRC= ${WRKDIR}/unclutter USE_IMAKE= yes |