diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-10-27 19:43:37 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-10-27 19:43:37 +0000 |
commit | 8905042799632bd2a106c9b88c375c63fb417f43 (patch) | |
tree | 701b42ec867173b4da2396c5ba7226731431cdae /comms/wy60 | |
parent | 705fca86db25e33096fa9baaa430c86e9ad25b22 (diff) | |
download | ports-8905042799632bd2a106c9b88c375c63fb417f43.tar.gz ports-8905042799632bd2a106c9b88c375c63fb417f43.zip |
Notes
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 |