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 | a60e21aa9943f61bd52dd88b0cf29c7713bcc79d (patch) | |
tree | d0faf93ea2e129178c12553f8dccfbc6e20abe5e /misc/heyu | |
parent | d3228217c8525c5483af6392d50fc0c1db495f59 (diff) | |
download | pkgsrc-a60e21aa9943f61bd52dd88b0cf29c7713bcc79d.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 |