diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-27 13:39:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-27 13:39:03 +0800 |
commit | 6ab649e961c578f994bcd3aeff51790bc3a0db9e (patch) | |
tree | 9333beffe0ffa777d2eb564d3c7709e6222927d1 /misc | |
parent | 9ad086ed8f8afbdb272e6ee1cb8c6e92559caaf3 (diff) | |
download | freebsd-ports-gnome-6ab649e961c578f994bcd3aeff51790bc3a0db9e.tar.gz freebsd-ports-gnome-6ab649e961c578f994bcd3aeff51790bc3a0db9e.tar.zst freebsd-ports-gnome-6ab649e961c578f994bcd3aeff51790bc3a0db9e.zip |
Clear master_sites, source-files aren't availabnle from there anymore.
Noticed by: portsurvey.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gtl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index c9a6edcf32e0..a4605c293f47 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -8,7 +8,9 @@ PORTNAME= gtl PORTVERSION= 0.3.3 CATEGORIES= misc -MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/archive/ +# The original distribution files are not available +# anymore from the master_sites (http://infosun.fmi.uni-passau.de/GTL/) +MASTER_SITES= # DISTNAME= GTL-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org |