Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2022 15:23:07 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8cb12b6dc94b - main - games/vt100-art-and-animations: really unbreak
Message-ID:  <202206291523.25TFN7uD089817@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cb12b6dc94b21d30c093920ab5f3c55c80c50ee

commit 8cb12b6dc94b21d30c093920ab5f3c55c80c50ee
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-06-29 15:22:02 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-06-29 15:23:01 +0000

    games/vt100-art-and-animations: really unbreak
    
    Add missing backslash.
    
    Fixes:  fc716c0168b50cd84af2d14640420983c2b73d14
---
 games/vt100-art-and-animations/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/vt100-art-and-animations/Makefile b/games/vt100-art-and-animations/Makefile
index 5fa72f184a74..045b86be5520 100644
--- a/games/vt100-art-and-animations/Makefile
+++ b/games/vt100-art-and-animations/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vt100-art-and-animations
 DISTVERSION=	2020.04.09
-MASTER_SITES=	https://freebsd.lxxl.us/distfiles/${PORTNAME}-${DISTVERSION}/
+MASTER_SITES=	https://freebsd.lxxl.us/distfiles/${PORTNAME}-${DISTVERSION}/ \
 		http://www.grosbein.net/freebsd/distfiles/ \
 		LOCAL/eugen
 #		http://artscene.textfiles.com/archives/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206291523.25TFN7uD089817>