diff options
author | roam <roam@FreeBSD.org> | 2008-06-04 16:52:15 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2008-06-04 16:52:15 +0800 |
commit | 3a18c2fa6a368d9872b6b10400b60f36e4841bcf (patch) | |
tree | 461caf1487c9b91a2680a992d0ca9453125ff8b8 /textproc | |
parent | b651a2f00db9a1653613d100a348842905ba902b (diff) | |
download | freebsd-ports-gnome-3a18c2fa6a368d9872b6b10400b60f36e4841bcf.tar.gz freebsd-ports-gnome-3a18c2fa6a368d9872b6b10400b60f36e4841bcf.tar.zst freebsd-ports-gnome-3a18c2fa6a368d9872b6b10400b60f36e4841bcf.zip |
Fix the download site to avoid a redirect that may break the download.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/s5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile index 5070e9904b06..047c6e2c63b2 100644 --- a/textproc/s5/Makefile +++ b/textproc/s5/Makefile @@ -9,7 +9,7 @@ PORTNAME= s5 PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.meyerweb.com/eric/tools/s5/v/${PORTVERSION}/ +MASTER_SITES= http://meyerweb.com/eric/tools/s5/v/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= roam@FreeBSD.org |