diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-27 16:31:54 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-27 16:31:54 +0800 |
commit | 285733d1c10dfd2cba0afefc099553f5b353eb30 (patch) | |
tree | 69a2645c8781bf595bab6e4416fa205d0c966658 /www/libghttp | |
parent | 0cee15684806cb05c106c47804c1afc5d558a340 (diff) | |
download | freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.gz freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.zst freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.zip |
Use ${MASTER_SITE_GNOME}
Diffstat (limited to 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index b39696697b62..13c5a23e1ec6 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -3,15 +3,13 @@ # Date Created: 24 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/12/23 19:14:23 vanilla Exp $ +# $Id: Makefile,v 1.2 1999/01/17 08:43:25 vanilla Exp $ # DISTNAME= libghttp-0.99.2 CATEGORIES= www -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ - ftp://ftp.geo.net/pub/gnome/sources/latest/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/latest/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= libghttp MAINTAINER= vanilla@FreeBSD.ORG |