diff options
Diffstat (limited to 'comms/wy60')
-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 |