diff options
author | nectar <nectar@FreeBSD.org> | 2000-12-08 02:15:38 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-12-08 02:15:38 +0800 |
commit | aab990a849661d9b408135643c62068a7b87fb50 (patch) | |
tree | f3299573a5ca9a515e814a8fbfcf9f14b1582426 /www | |
parent | c0f86034b7318bee80abfee2d6b53efe051febf4 (diff) | |
download | freebsd-ports-gnome-aab990a849661d9b408135643c62068a7b87fb50.tar.gz freebsd-ports-gnome-aab990a849661d9b408135643c62068a7b87fb50.tar.zst freebsd-ports-gnome-aab990a849661d9b408135643c62068a7b87fb50.zip |
The distfile disappeared from the HTTP site. Use the FTP site
instead.
Diffstat (limited to 'www')
-rw-r--r-- | www/grail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index bac5bcfbd51f..80852f64d077 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -8,15 +8,14 @@ PORTNAME= grail PORTVERSION= 0.6 CATEGORIES= www python -MASTER_SITES= http://grail.sourceforge.net/source/ \ - http://grail.cnri.reston.va.us/grail/source/ +MASTER_SITES= ftp://ftp.python.org/pub/grail/ DISTFILES= ${PORTNAME}-06.tgz MAINTAINER= nectar@freebsd.org -USE_PYTHON= yes RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +USE_PYTHON= yes GRAILSUBDIR= share/grail GRAILDIR= ${PREFIX}/${GRAILSUBDIR} DIRS_CMD= ${SED} -e '/^@dirrm/bok' -e 'D' -e ':ok' -e 's,@dirrm ,,' < ${PLIST} |