diff options
author | bland <bland@FreeBSD.org> | 2005-08-18 00:15:04 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2005-08-18 00:15:04 +0800 |
commit | 44308b4031435217b406b8421e722ca76be1d955 (patch) | |
tree | b11a5ca583549baf7ee479e5446af4eb8c4505d0 /x11 | |
parent | 3088e87de77ec8038253d14419ba9d526437db51 (diff) | |
download | freebsd-ports-graphics-44308b4031435217b406b8421e722ca76be1d955.tar.gz freebsd-ports-graphics-44308b4031435217b406b8421e722ca76be1d955.tar.zst freebsd-ports-graphics-44308b4031435217b406b8421e722ca76be1d955.zip |
It seems to be the rule for this port to make inplace releases. So
fix fetching with ${MASTER_SITE_LOCAL} backup. [1]
Suggested by: jylefort [1]
Approved by: portmgr (krion)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nvidia-settings/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile index b18abb76e2b..cd22df6daec 100644 --- a/x11/nvidia-settings/Makefile +++ b/x11/nvidia-settings/Makefile @@ -9,7 +9,9 @@ PORTNAME= nvidia-settings PORTVERSION= 1.0 PORTREVISION= 4 CATEGORIES= x11 -MASTER_SITES= http://download.nvidia.com/XFree86/nvidia-settings/ +MASTER_SITES= http://download.nvidia.com/XFree86/nvidia-settings/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Display Control Panel for XFree86/X.org NVidia driver |