diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-23 18:06:50 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-23 18:06:50 +0000 |
commit | ffa94169987e54c003113a8063c1d44364f5a470 (patch) | |
tree | 49e69fc9b0f3a760928e5bcf414f677c26dec090 /x11 | |
parent | 3a91028a3b53525dee2d53facf1fe384995287c5 (diff) | |
download | pkgsrc-ffa94169987e54c003113a8063c1d44364f5a470.tar.gz |
Fix wrong COMMENT; PKGREVISION -> 2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfontsel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfontsel/Makefile b/x11/xfontsel/Makefile index ada3592ff3b..67e2b199059 100644 --- a/x11/xfontsel/Makefile +++ b/x11/xfontsel/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2011/09/24 13:14:16 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2011/10/23 18:06:50 dholland Exp $ # DISTNAME= xfontsel-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ -COMMENT= X font sector +COMMENT= X font selector PKG_DESTDIR_SUPPORT= user-destdir |