diff options
author | naddy <naddy@FreeBSD.org> | 2005-10-28 03:43:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-10-28 03:43:37 +0800 |
commit | 868ba70c58d866a355b46376291f992c270fb8a5 (patch) | |
tree | 8b45a5120921923c07da6adb726de1d4b4563e7b /comms | |
parent | e3106505ba692253d564170474eb7971cd8e2e72 (diff) | |
download | freebsd-ports-gnome-868ba70c58d866a355b46376291f992c270fb8a5.tar.gz freebsd-ports-gnome-868ba70c58d866a355b46376291f992c270fb8a5.tar.zst freebsd-ports-gnome-868ba70c58d866a355b46376291f992c270fb8a5.zip |
Use MASTER_SITE_LOCAL. The real master site uses a temporary redirect to
insert a session ID into the URL, which causes fetching problems.
PR: 88065
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wy60/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index 863ecb356246..5df3a1125d67 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -7,7 +7,10 @@ PORTNAME= wy60 PORTVERSION= 2.0.8 CATEGORIES= comms -MASTER_SITES= http://gutschke.com/wy60/html/archive/ +# MASTER_SITES= http://gutschke.com/wy60/html/archive/ +# issues a temporary redirect to insert a session ID into the URL +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal |