diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-16 03:37:23 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-16 03:37:23 +0000 |
commit | 7a57edd1084a75e4491fccf4c44b2e4ebe41c63a (patch) | |
tree | 5d10870c975cfb99d740275e4dfa922e49a77a74 /graphics | |
parent | b91123739f1b36118a9b6c09faf4ca12d894c553 (diff) | |
download | FreeBSD-ports-7a57edd1084a75e4491fccf4c44b2e4ebe41c63a.zip FreeBSD-ports-7a57edd1084a75e4491fccf4c44b2e4ebe41c63a.tar.gz |
Update MASTER_SITES, not all MASTER_SITE_XCONTRIB mirrors have ../R5contirb
PR: 14332
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xgrasp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index 4594b11..2157701 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -1,7 +1,7 @@ # New ports collection makefile for: xgrasp -# Version required: 1.7d -# Date created: 23 July 1995 -# Whom: asami +# Version required: 1.7d +# Date created: 23 July 1995 +# Whom: asami # # $FreeBSD$ # @@ -9,8 +9,8 @@ DISTNAME= xgrasp.1.7d PKGNAME= xgrasp-1.7d CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= ../R5contrib +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.cdrom.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |