git: a16f4a4e5fd1 - main - misc/tlci: Remove MASTER_SITES definition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 09:43:09 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a16f4a4e5fd1b616e9ed1d2add7d1e1704191c3a commit a16f4a4e5fd1b616e9ed1d2add7d1e1704191c3a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-15 09:41:54 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-10-15 09:42:01 +0000 misc/tlci: Remove MASTER_SITES definition MASTER_SITES is not used when USE_GITLAB is defined Approved by: portmgr (blanket) --- misc/tlci/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/tlci/Makefile b/misc/tlci/Makefile index 92d5d0dcc98c..0bc1c9cfc831 100644 --- a/misc/tlci/Makefile +++ b/misc/tlci/Makefile @@ -1,7 +1,6 @@ PORTNAME= tlci DISTVERSION= 0.1.0.2 CATEGORIES= misc -MASTER_SITES= https://gitlab.com/herrhotzenplotz/tlci/ MAINTAINER= nsonack@outlook.com COMMENT= Tiny Lambda Calculus interpreter