git: 5aa013b5a6e3 - main - math/barvinok: Remove unnecessary lines in Makefile

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 22 Apr 2022 22:56:10 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5aa013b5a6e3a3ae2071af2aeceb809fd9073c27

commit 5aa013b5a6e3a3ae2071af2aeceb809fd9073c27
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-04-22 22:50:11 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-22 22:56:06 +0000

    math/barvinok: Remove unnecessary lines in Makefile
---
 math/barvinok/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/math/barvinok/Makefile b/math/barvinok/Makefile
index df62bbcaafc1..06f353aa0af7 100644
--- a/math/barvinok/Makefile
+++ b/math/barvinok/Makefile
@@ -24,7 +24,4 @@ USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip
 
-GIT_URL=	https://repo.or.cz/barvinok.git
-GIT_HASH=	c58bec4907e26b9f91a734cf96c18615733ed565
-
 .include <bsd.port.mk>