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 /graphics/fnlib | |
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 'graphics/fnlib')
-rw-r--r-- | graphics/fnlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 982551728051..bf4d46908e82 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -3,13 +3,13 @@ # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.6 1998/12/28 00:35:53 vanilla Exp $ +# $Id: Makefile,v 1.7 1999/01/17 18:19:15 nectar Exp $ # DISTNAME= fnlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/enlightenment/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/enlightenment/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= enlightenment #MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ # ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ # ftp://ftp.labs.redhat.com/pub/imlib/TAR/ |