diff options
author | billf <billf@FreeBSD.org> | 1999-12-25 13:03:26 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-12-25 13:03:26 +0800 |
commit | 492ace9ec850a8d18785b9fdbd7966b6eb52ba85 (patch) | |
tree | aad2c31b4b3320058ab0084dc86b1092cdbb7922 /graphics | |
parent | 7b0c5e0b4ae660fdd1731f5fdf084b5fb91f9bb6 (diff) | |
download | freebsd-ports-gnome-492ace9ec850a8d18785b9fdbd7966b6eb52ba85.tar.gz freebsd-ports-gnome-492ace9ec850a8d18785b9fdbd7966b6eb52ba85.tar.zst freebsd-ports-gnome-492ace9ec850a8d18785b9fdbd7966b6eb52ba85.zip |
Make this port actually fetch by using MASTER_SITE that works.
Making ffs() not conflict is another story...
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cqcam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 3350265f821e..23475b3f8314 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -8,7 +8,7 @@ DISTNAME= cqcam-0.45a CATEGORIES= graphics tk82 -MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |