mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ac39d3261d
- While here, install nvidia-bug-report.sh per popular demand and assume that everyone now has sed(1) that supports "addr1,+N" range syntax - Spell X as X11 in port description Submitted by: glebius
12 lines
267 B
Makefile
12 lines
267 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
DISTVERSION= 304.88
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 1
|
|
|
|
MASTERDIR= ${.CURDIR}/../nvidia-driver
|
|
NO_LATEST_LINK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|