diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-21 08:36:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-21 08:36:28 +0000 |
commit | 5f7840f9c139ddcd0e655ceae6165eae546bd619 (patch) | |
tree | ad67de66d31d8905e8d1de28b5ca80a622a44eec /x11/XFree86-4-libraries | |
parent | 14f0863d28eb313754e181aafdcbe24bc35df74b (diff) | |
download | ports-5f7840f9c139ddcd0e655ceae6165eae546bd619.tar.gz ports-5f7840f9c139ddcd0e655ceae6165eae546bd619.zip |
Notes
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 89bf273a00f4..72327083fd8e 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -8,11 +8,8 @@ PORTNAME= libraries PORTVERSION= 4.0.1 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \ - ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \ - ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \ - ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \ - ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/ +MASTER_SITES= ${MASTER_SITE_XFREE} +MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X401src-1.tgz |