diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 05:03:26 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 05:03:26 +0000 |
commit | 9e83b99ecbe82e8eceee17696b5f43e97de1027e (patch) | |
tree | 9d3b9430c964679b76ac5a8627c4d0c502c0466d /graphics/cqcam | |
parent | Update to version 2.7.2 (diff) |
Make this port actually fetch by using MASTER_SITE that works.
Making ffs() not conflict is another story...
Notes
Notes:
svn path=/head/; revision=24043
Diffstat (limited to 'graphics/cqcam')
-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 |