diff --git a/games/vt100-art-and-animations/Makefile b/games/vt100-art-and-animations/Makefile index 1fec2fb58c6f..5fa72f184a74 100644 --- a/games/vt100-art-and-animations/Makefile +++ b/games/vt100-art-and-animations/Makefile @@ -1,32 +1,31 @@ PORTNAME= vt100-art-and-animations DISTVERSION= 2020.04.09 -MASTER_SITES= http://artscene.textfiles.com/archives/ +MASTER_SITES= https://freebsd.lxxl.us/distfiles/${PORTNAME}-${DISTVERSION}/ + http://www.grosbein.net/freebsd/distfiles/ \ + LOCAL/eugen +# http://artscene.textfiles.com/archives/ CATEGORIES= games DISTNAME= vt100 DIST_SUBDIR= ${PKGNAME} MAINTAINER= 0mp@FreeBSD.org COMMENT= VT100 art and animations -BROKEN= fails to fetch -DEPRECATED= Upstream disappeared -EXPIRATION_DATE=2022-08-01 - LICENSE= UNKNOWN LICENSE_NAME= Unknown LICENSE_TEXT= The license is unknown. LICENSE_PERMS= auto-accept USES= zip RUN_DEPENDS= slowcat:textproc/slowcat NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR} .include