diff options
author | abs <abs> | 2002-05-12 10:16:44 +0000 |
---|---|---|
committer | abs <abs> | 2002-05-12 10:16:44 +0000 |
commit | 56457b9aed11987e646c512f29028b3a605f69f9 (patch) | |
tree | 7b3e62aa9d2dd250c2404071c0ce5434ccb7c879 /www/grail | |
parent | 04fc3da3612c30638698f54424a8e41dc913ff1b (diff) | |
download | pkgsrc-56457b9aed11987e646c512f29028b3a605f69f9.tar.gz |
prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'www/grail')
-rw-r--r-- | www/grail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 7a254f81c9e..66b0ae696ea 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2002/02/15 10:30:24 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2002/05/12 10:16:51 abs Exp $ # DISTNAME= grail-0.6 CATEGORIES= www -MASTER_SITES= http://prdownloads.sourceforge.net/grail/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grail/} EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org |