diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-19 13:56:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-19 13:56:48 +0000 |
commit | 93e6a8686e16edc5f6484ab8db8fd5394b1c5616 (patch) | |
tree | f6e43d9cddda4347411d7f3353925a55aae346db /graphics/xv | |
parent | a5a0381a0ddb70175d904059e7cbc45aca55107f (diff) | |
download | pkgsrc-93e6a8686e16edc5f6484ab8db8fd5394b1c5616.tar.gz |
Set LICENSE to xv-license.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index f34f3646d01..9a12acfff6e 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/04/11 21:46:10 tv Exp $ +# $NetBSD: Makefile,v 1.58 2005/07/19 13:56:48 wiz Exp $ DISTNAME= xv-3.10a PKGREVISION= 9 @@ -19,7 +19,7 @@ COMMENT= X11 program that displays images of various formats USE_IMAKE= YES -LICENSE= shareware +LICENSE= xv-license .include "../../mk/bsd.prefs.mk" |