diff options
author | yzlin <yzlin@FreeBSD.org> | 2009-10-21 10:43:05 +0800 |
---|---|---|
committer | yzlin <yzlin@FreeBSD.org> | 2009-10-21 10:43:05 +0800 |
commit | 457f49407708a6b6e81755d63dee8121d2f9f118 (patch) | |
tree | 444ae5c3ffa37450732b81bfc5bc37392ca4915a | |
parent | e5a0a3f5bc1cd903c2e86fdba8b2286a70789acf (diff) | |
download | freebsd-ports-gnome-457f49407708a6b6e81755d63dee8121d2f9f118.tar.gz freebsd-ports-gnome-457f49407708a6b6e81755d63dee8121d2f9f118.tar.zst freebsd-ports-gnome-457f49407708a6b6e81755d63dee8121d2f9f118.zip |
- Fix fetch error
The upstream moves the distfile to new location at site.google.com.
The new location redirects to randomly generated URL. For now,
temporarily put it as a local distfile.
Reported by: pointyhat
Approved by: rafan (co-mentor)
-rw-r--r-- | textproc/dikt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile index 9ea808e6fd05..1cce8223d953 100644 --- a/textproc/dikt/Makefile +++ b/textproc/dikt/Makefile @@ -8,7 +8,7 @@ PORTNAME= dikt PORTVERSION= 1j CATEGORIES= textproc net kde MASTER_SITES= http://diktv1.googlepages.com/ \ - LOCAL/beech + LOCAL/yzlin EXTRACT_SUFX= .tbz MAINTAINER= goran.tal@gmail.com |