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 | b83620f909410d8f245494717eec567598cbc37e (patch) | |
tree | a1ddad80f343b4fe619f4565e38055b2efd27a16 /archivers/jamjar | |
parent | 8941b0f77178b00199933592d46711060f5e7285 (diff) | |
download | pkgsrc-b83620f909410d8f245494717eec567598cbc37e.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'archivers/jamjar')
-rw-r--r-- | archivers/jamjar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/jamjar/Makefile b/archivers/jamjar/Makefile index 9e3ad44c53d..b0154b5134c 100644 --- a/archivers/jamjar/Makefile +++ b/archivers/jamjar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/11/25 12:47:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2017/08/01 16:47:35 wiz Exp $ # DISTNAME= jamjar-0.7.1 @@ -6,7 +6,7 @@ CATEGORIES= archivers MASTER_SITES= # none MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://wonka.acunia.com/ +#HOMEPAGE= http://wonka.acunia.com/ COMMENT= Acunia version of the jar archiver BUILD_DEPENDS+= acunia-jam>=1.0:../../devel/acunia-jam |