diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 10:57:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 10:57:37 +0000 |
commit | 17c30e3f98876d40b63a7f6c345f48c4d2b5b1bf (patch) | |
tree | 783390fcf406e658a87ba75d40fb7aa6020241c5 /textproc | |
parent | c4ed85eabe48bdf566ae6aa2eeedbdcee594c2fa (diff) | |
download | pkgsrc-17c30e3f98876d40b63a7f6c345f48c4d2b5b1bf.tar.gz |
Change MASTER_SITES, it's in old archive subdir now.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-FourSuite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile index 808f3575d8f..1e50d97f91a 100644 --- a/textproc/py-FourSuite/Makefile +++ b/textproc/py-FourSuite/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2009/12/02 19:16:44 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2011/06/14 10:57:37 obache Exp $ # DISTNAME= 4Suite-0.12.0a3 PKGNAME= ${PYPKGPREFIX}-FourSuite-0.12.0a3 PKGREVISION= 2 CATEGORIES= textproc python -MASTER_SITES= ftp://ftp.fourthought.com/pub/4Suite/ +MASTER_SITES= ftp://ftp.fourthought.com/pub/4Suite/old/4Suite/0.12.0/ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://4suite.org/ |