diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 12:10:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 12:10:55 +0800 |
commit | a1b94d6eb97beb40f4522471fbc3b1937da375d4 (patch) | |
tree | 1746e6df91bb23c30f71c8d4655a3e0946bda2a3 /www/chimera/Makefile | |
parent | 6bcc8ae28c4307dfae7f417ca5ac072bff55d755 (diff) | |
download | freebsd-ports-gnome-a1b94d6eb97beb40f4522471fbc3b1937da375d4.tar.gz freebsd-ports-gnome-a1b94d6eb97beb40f4522471fbc3b1937da375d4.tar.zst freebsd-ports-gnome-a1b94d6eb97beb40f4522471fbc3b1937da375d4.zip |
- Fix MASTER_SITES
- Reduce compiler warnings
PR: 44982
Submitted by: Ports Fury
Diffstat (limited to 'www/chimera/Makefile')
-rw-r--r-- | www/chimera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 9a98faf830e1..9f360bf0b63d 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -9,7 +9,7 @@ PORTNAME= chimera PORTVERSION= 1.70p0 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ +MASTER_SITES= http://www.rocklinux.org/people/ripclaw/projects/software/chimera/devel/ MAINTAINER= ports@FreeBSD.org |