diff options
author | toshii <toshii> | 2007-01-20 05:41:24 +0000 |
---|---|---|
committer | toshii <toshii> | 2007-01-20 05:41:24 +0000 |
commit | 48a603f6b323ee699ac5724218f76a5da97dc77b (patch) | |
tree | d1bd33448afbf2e77d0cf5dc613b48140393bd1e /x11/xf86-video-nv | |
parent | 048491b1249ecb25ae0c1dabb3710f15e700fee1 (diff) | |
download | pkgsrc-48a603f6b323ee699ac5724218f76a5da97dc77b.tar.gz |
Fix a copy-and-paste error, pointed out by Kouichirou Hiratsuka.
Also while I'm here, spell the company name correctly.
Diffstat (limited to 'x11/xf86-video-nv')
-rw-r--r-- | x11/xf86-video-nv/DESCR | 6 | ||||
-rw-r--r-- | x11/xf86-video-nv/Makefile | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11/xf86-video-nv/DESCR b/x11/xf86-video-nv/DESCR index 2527845d4fb..6061ac8f507 100644 --- a/x11/xf86-video-nv/DESCR +++ b/x11/xf86-video-nv/DESCR @@ -1,5 +1 @@ -This is the video driver for ATI cards for the modular Xorg server. -Support hardware includes the following chipsets: -- Radeon -- Rage 128 -- Mach 64 +This is the video driver for NVIDIA cards for the modular Xorg server. diff --git a/x11/xf86-video-nv/Makefile b/x11/xf86-video-nv/Makefile index a50ffb4c554..f50fd4c801d 100644 --- a/x11/xf86-video-nv/Makefile +++ b/x11/xf86-video-nv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/13 05:15:50 toshii Exp $ +# $NetBSD: Makefile,v 1.2 2007/01/20 05:41:24 toshii Exp $ DISTNAME= xf86-video-nv-1.2.2 CATEGORIES= x11 @@ -6,7 +6,7 @@ MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Modular Xorg nVidia video driver +COMMENT= Modular Xorg NVIDIA video driver PKG_DESTDIR_SUPPORT= user-destdir |