Index: head/comms/wy60/Makefile =================================================================== --- head/comms/wy60/Makefile (revision 422932) +++ head/comms/wy60/Makefile (revision 422933) @@ -1,20 +1,18 @@ # $FreeBSD$ PORTNAME= wy60 PORTVERSION= 2.0.9 CATEGORIES= comms -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal - -BROKEN= Unfetchable (google code has gone away) USES= ncurses GNU_CONFIGURE= yes MAKE_ARGS= etc_DATA=wy60.rc.sample pre-build: @${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample .include