diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2012-03-18 21:23:13 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2012-03-18 21:23:13 +0000 |
commit | 2dfe8c1e780fb641c9b6104c4be439c67ee370cf (patch) | |
tree | 2f2d122f94e866c4ed9e2709b5e5854b20eb1c26 /x11/xcalib | |
parent | b9b22132e7bf0f409faa8e4258489d8c0f107efc (diff) | |
download | pkgsrc-2dfe8c1e780fb641c9b6104c4be439c67ee370cf.tar.gz |
Fix COMMENT (and therefore bump pkgrev).
Diffstat (limited to 'x11/xcalib')
-rw-r--r-- | x11/xcalib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcalib/Makefile b/x11/xcalib/Makefile index aafca0da70e..f419e806c98 100644 --- a/x11/xcalib/Makefile +++ b/x11/xcalib/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/10/30 19:56:56 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/18 21:23:13 jakllsch Exp $ # DISTNAME= xcalib-source-0.8 +PKGREVISION= 1 PKGNAME= ${DISTNAME:C/-source//} CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcalib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xcalib.sourceforge.net/ -COMMENT= TODO: Short description of the package +COMMENT= Loads VCGT tag of monitor ICC profile into X server LUT LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |