diff options
author | obache <obache@pkgsrc.org> | 2012-06-14 11:18:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-14 11:18:03 +0000 |
commit | f27f5b3dfb8a4728c8655d7d118ddd027a0f1164 (patch) | |
tree | 7d3b1721a9b29f25c98fb7421c561a82dd78db27 /fonts | |
parent | 0c9a947e12c5e7230cc0927c59a7fe399e8da54f (diff) | |
download | pkgsrc-f27f5b3dfb8a4728c8655d7d118ddd027a0f1164.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/chkfontpath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile index d2902558b36..c4a9eb2a480 100644 --- a/fonts/chkfontpath/Makefile +++ b/fonts/chkfontpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/06/14 11:17:24 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/06/14 11:18:03 obache Exp $ # DISTNAME= chkfontpath-1.9.7 @@ -9,6 +9,7 @@ EXTRACT_SUFX= -1.src.rpm MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Command line tool to manage X server's font path +LICENSE= gnu-gpl-v2 # or later PKG_DESTDIR_SUPPORT= user-destdir |