diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-12-07 18:15:38 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-12-07 18:15:38 +0000 |
commit | e32f81bbfb569cf3d8b0270efcb71509504ad1e7 (patch) | |
tree | e64ef06fa1778464ec081cced50f43ff60c3cfdf /www/grail | |
parent | The distfile disappeared (rolled into a larger package I suspect). (diff) |
The distfile disappeared from the HTTP site. Use the FTP site
instead.
Notes
Notes:
svn path=/head/; revision=35755
Diffstat (limited to 'www/grail')
-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} |