diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-10-13 01:59:37 +0800 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-10-13 01:59:37 +0800 |
commit | 70bceb7a36819079075de887f67665850e9b8497 (patch) | |
tree | fbf6f71d6df40cc3218decd856f3cadc4477c8e6 /graphics | |
parent | ba650c6ab037e72ae5c281a8e7281a43382e9a71 (diff) | |
download | freebsd-ports-gnome-70bceb7a36819079075de887f67665850e9b8497.tar.gz freebsd-ports-gnome-70bceb7a36819079075de887f67665850e9b8497.tar.zst freebsd-ports-gnome-70bceb7a36819079075de887f67665850e9b8497.zip |
Fix MASTER_SITES
PR: ports/14290
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xgrasp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index 149958ff7528..4594b11d894c 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -9,8 +9,8 @@ DISTNAME= xgrasp.1.7d PKGNAME= xgrasp-1.7d CATEGORIES= graphics -MASTER_SITES= ftp://qiclab.scn.rain.com/pub/X11/ \ - ftp://ftp.cs.ubc.ca/mirror1/x-contrib.R5/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= ../R5contrib EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |