diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-11-30 08:54:15 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-11-30 08:54:15 +0800 |
commit | e5c0fd2a327903442b7d209e1e120712a0e3e0be (patch) | |
tree | cf05892854d0a506886fa102f53b9afe361a2bb7 /www/hiawatha | |
parent | 8bde3a79d83b5d24f29b51b971c0476c45948f43 (diff) | |
download | freebsd-ports-gnome-e5c0fd2a327903442b7d209e1e120712a0e3e0be.tar.gz freebsd-ports-gnome-e5c0fd2a327903442b7d209e1e120712a0e3e0be.tar.zst freebsd-ports-gnome-e5c0fd2a327903442b7d209e1e120712a0e3e0be.zip |
www/hiawatha: Fix fetch due to upstream subdirectory change
PR: 204861
Submitted by: Mats Klingberg <maklingberg@gmail.com>
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 941d83dc80bb..287d042c22ab 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -4,7 +4,7 @@ PORTNAME= hiawatha PORTVERSION= 9.15 CATEGORIES= www -MASTER_SITES= https://www.hiawatha-webserver.org/files/ +MASTER_SITES= https://www.hiawatha-webserver.org/files/hiawatha-9/ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced and secure webserver for Unix |