pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Hacking glsmac Makefile



Module Name:	pkgsrc-wip
Committed By:	Lubomir G. Diakov <zr90004%gmail.com@localhost>
Pushed By:	lubod
Date:		Thu May 21 14:19:26 2026 -0700
Changeset:	c8cb4a9c6c8e51fb9acfe1135ed53e1af7aeb653

Modified Files:
	glsmac/Makefile

Log Message:
Hacking glsmac Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8cb4a9c6c8e51fb9acfe1135ed53e1af7aeb653

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 glsmac/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/glsmac/Makefile b/glsmac/Makefile
index eadcf8ec80..d972d21c99 100644
--- a/glsmac/Makefile
+++ b/glsmac/Makefile
@@ -1,13 +1,10 @@
 # $NetBSD: Makefile,v 1.240 2022/11/23 16:19:06 lubo Exp $
 #
-# Some environment variables that can help debugging this:
-# https://trac.webkit.org/wiki/EnvironmentVariables
 
 DISTNAME=	development
 PKGNAME=	${DISTNAME:S/glsmac/glsmac/}
 CATEGORIES=	games
-MASTER_SITES=	https://github.com/afwbkbc/glsmac/releases
-EXTRACT_SUFX=	.tar.gz
+MASTER_SITES=	${MASTER_SITE_GITHUB:=afwbkbc/} #https://github.com/afwbkbc/glsmac/releases
 
 MAINTAINER=	zr90004%gmail.com@localhost
 HOMEPAGE=	https://github.com/afwbkbc/glsmac


Home | Main Index | Thread Index | Old Index