diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2022-06-29 15:22:02 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2022-06-29 15:23:01 +0000 |
commit | 8cb12b6dc94b21d30c093920ab5f3c55c80c50ee (patch) | |
tree | 58ea5d3857efae0557d950be4cf9b7636fb2f8fe | |
parent | d2d8f51ab2b947e74f2684e983ebfeb0fb7fc8ba (diff) |
games/vt100-art-and-animations: really unbreak
Add missing backslash.
Fixes: fc716c0168b50cd84af2d14640420983c2b73d14
-rw-r--r-- | games/vt100-art-and-animations/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |