diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | dc90d64404c7cecc0af53e9a3f16550bbc688a75 (patch) | |
tree | b2800a4901268918d413511f5fb61e43438b2e35 /devel/ORBit | |
parent | 52619586269c9e817bdf8a8496e70376ba957597 (diff) | |
download | ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.tar.gz ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.zip |
Notes
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 4e066b053380..395015d9aeb9 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -3,14 +3,13 @@ # Date Created: 16 Aug 1998 # Whom: Chia-liang Kao <clkao@CirX.ORG> # -# $Id: Makefile,v 1.10 1999/01/04 08:43:04 vanilla Exp $ +# $Id: Makefile,v 1.11 1999/01/17 21:37:52 andreas Exp $ # DISTNAME= ORBit-0.3.91 CATEGORIES= devel -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ORBit/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/ -#MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= ORBit MAINTAINER= clkao@CirX.ORG |