diff options
author | danfe <danfe@FreeBSD.org> | 2005-05-24 23:57:37 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-05-24 23:57:37 +0800 |
commit | a3803ee78c964d5c2ba4dab00cfe045ebf263c5f (patch) | |
tree | c07f52f7ff00870c27208efa0ee3f7ac21042a07 /x11/nvidia-driver/Makefile | |
parent | 960227b53b614122a7fbe8a2179cc46bdf9568bc (diff) | |
download | freebsd-ports-gnome-a3803ee78c964d5c2ba4dab00cfe045ebf263c5f.tar.gz freebsd-ports-gnome-a3803ee78c964d5c2ba4dab00cfe045ebf263c5f.tar.zst freebsd-ports-gnome-a3803ee78c964d5c2ba4dab00cfe045ebf263c5f.zip |
Fix pkg-plist.
Based on PR: ports/81041
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
Diffstat (limited to 'x11/nvidia-driver/Makefile')
-rw-r--r-- | x11/nvidia-driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index f2576c875f19..6dcb1bd3ea19 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -40,10 +40,10 @@ OPTIONS= FREEBSD_AGP "Use FreeBSD AGP GART driver" off \ NVVERSION= 6113 PORTREVISION= 4 EXTRA_PATCHES+= ${FILESDIR}/6113-patch-src::nvidia_pci.c -PLIST_SUB+= DIFFS="" +PLIST_SUB+= DIFFS="" DRVSO="@comment " .else NVVERSION= 7174 -PLIST_SUB+= DIFFS="@comment " +PLIST_SUB+= DIFFS="@comment " DRVSO="" .endif # XXX Should use ${PKG_INFO} XXX |