diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-02 22:51:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-02 22:51:36 +0000 |
commit | b30306c0804761d09cacbc4177e020cd359ef9f3 (patch) | |
tree | 95e7e92857de2984695d3bb111277ee859b1fc1f /x11/gtkstep | |
parent | f2ffbcd82c07650643870e9af35a76240c9fbda5 (diff) | |
download | pkgsrc-b30306c0804761d09cacbc4177e020cd359ef9f3.tar.gz |
Added missing LICENSE variable (gnu-lgpl-v2).
Diffstat (limited to 'x11/gtkstep')
-rw-r--r-- | x11/gtkstep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile index 63063f6cd7b..612f660eca1 100644 --- a/x11/gtkstep/Makefile +++ b/x11/gtkstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/10/29 05:06:20 asau Exp $ +# $NetBSD: Makefile,v 1.29 2018/01/02 22:51:36 rillig Exp $ DISTNAME= gtkstep-1.10 PKGREVISION= 7 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= # gone AWOL in 2001 or so COMMENT= GTK theme-engine to yield a NEXTSTEP(tm) look and feel +LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes |