diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 16:47:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 16:47:35 +0000 |
commit | aa604fe4082c376cebac27e9920b2905425761da (patch) | |
tree | fe5dba7011df5fa6fa9518158aa932f30fe5b915 /misc/cuetools | |
parent | 41670002842a64e3e9a990251fc6fa89c43d31fc (diff) | |
download | pkgsrc-aa604fe4082c376cebac27e9920b2905425761da.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'misc/cuetools')
-rw-r--r-- | misc/cuetools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile index 16e7cac6040..46a584bfc4e 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/10/09 14:06:42 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/08/01 16:47:40 wiz Exp $ # DISTNAME= cuetools-1.3.1 @@ -6,7 +6,7 @@ CATEGORIES= misc MASTER_SITES= http://download.berlios.de/cuetools/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cuetools.berlios.de/ +#HOMEPAGE= http://cuetools.berlios.de/ COMMENT= Set of utilities to manipulate cue and toc files LICENSE= gnu-gpl-v2 |