diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-09-10 21:15:29 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-09-10 21:15:29 +0000 |
commit | 0addc8ccd897ac9255303c580705917995581134 (patch) | |
tree | a88923c382be23c33ca9fe2cabce7f56f5219a9e /misc | |
parent | Add lablgtk 1.2.5, an Objective Caml interface to gtk+. (diff) |
Leave off the &content-type= request; this still fetches the same file
and stops the error message from "make fetch-list"
Notes
Notes:
svn path=/head/; revision=66091
Diffstat (limited to 'misc')
-rw-r--r-- | misc/airoflash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/airoflash/Makefile b/misc/airoflash/Makefile index 80f32e28d297..ace63744a0c4 100644 --- a/misc/airoflash/Makefile +++ b/misc/airoflash/Makefile @@ -8,7 +8,7 @@ PORTNAME= airoflash PORTVERSION= ${AF_VERSION} CATEGORIES= misc -MASTER_SITES= "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/airo-linux/airo-linux/tools/airoflash.c?rev=${AF_VERSION}&content-type=text/plain" +MASTER_SITES= "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/airo-linux/airo-linux/tools/airoflash.c?rev=${AF_VERSION}" DISTNAME= airoflash.c EXTRACT_SUFX= |