diff options
author | pav <pav@FreeBSD.org> | 2011-01-21 05:09:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-21 05:09:57 +0800 |
commit | edba593ebaa8cea2b4d806c39e4beeea1efa3227 (patch) | |
tree | 10500a5225c84730567a060c6b323633e803a1f9 /misc | |
parent | 845f60cd76ea8fce7c9185d1380ecf822d426620 (diff) | |
download | freebsd-ports-gnome-edba593ebaa8cea2b4d806c39e4beeea1efa3227.tar.gz freebsd-ports-gnome-edba593ebaa8cea2b4d806c39e4beeea1efa3227.tar.zst freebsd-ports-gnome-edba593ebaa8cea2b4d806c39e4beeea1efa3227.zip |
- Fix fetch
Reported by: pointyhat
Feature safe: yes
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 fc24fb3f03cf..68c2bf4878e9 100644 --- a/misc/airoflash/Makefile +++ b/misc/airoflash/Makefile @@ -8,7 +8,7 @@ PORTNAME= airoflash PORTVERSION= ${AF_VERSION} CATEGORIES= misc -MASTER_SITES= "http://airo-linux.cvs.sourceforge.net/*checkout*/airo-linux/airo-linux/tools/airoflash.c?revision=${AF_VERSION}" +MASTER_SITES= "http://airo-linux.cvs.sourceforge.net/viewvc/airo-linux/airo-linux/tools/airoflash.c?revision=${AF_VERSION}" DISTNAME= airoflash.c EXTRACT_SUFX= |