diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-10-25 16:48:03 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-10-25 16:48:03 +0000 |
commit | 1875e4c528da6bdb359b68d182e3e47a41863935 (patch) | |
tree | d0faf93ea2e129178c12553f8dccfbc6e20abe5e /misc/heyu | |
parent | 0443d64d5c06980e424378c7a877821d655f32ed (diff) | |
download | pkgsrc-1875e4c528da6bdb359b68d182e3e47a41863935.tar.gz |
The author has released a new version, but used the same name for the
distfile. grr.
Use the distfile from the MASTER_SITE_BACKUP for now.
Fixes PR pkg/23000.
Diffstat (limited to 'misc/heyu')
-rw-r--r-- | misc/heyu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 51cfcea890b..b4ca147b0af 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/10/25 16:48:03 kristerw Exp $ # DISTNAME= x10_heyu PKGNAME= x10_heyu-1.33 WRKSRC= ${WRKDIR}/heyu.dir CATEGORIES= misc -MASTER_SITES= http://heyu.tanj.com/ +MASTER_SITES= ${MASTER_SITE_BACKUP} +# MASTER_SITES= http://heyu.tanj.com/ EXTRACT_SUFX= .tgz MAINTAINER= damon@brodiefamily.org |