pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openclonk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 23 12:42:27 UTC 2024

Modified Files:
        pkgsrc/games/openclonk: Makefile

Log Message:
openclonk: fix MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/openclonk/Makefile

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

Modified files:

Index: pkgsrc/games/openclonk/Makefile
diff -u pkgsrc/games/openclonk/Makefile:1.2 pkgsrc/games/openclonk/Makefile:1.3
--- pkgsrc/games/openclonk/Makefile:1.2 Thu Jun 20 20:23:23 2024
+++ pkgsrc/games/openclonk/Makefile     Sun Jun 23 12:42:27 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2024/06/20 20:23:23 charlotte Exp $
+# $NetBSD: Makefile,v 1.3 2024/06/23 12:42:27 wiz Exp $
 
-PKGNAME=       openclonk-8.1
-DISTNAME=      openclonk-${PKGVERSION_NOREV}-src
+DISTNAME=      openclonk-8.1-src
+PKGNAME=       ${DISTNAME:S/-src//}
 CATEGORIES=    games
-MASTER_SITES=  http://www.openclonk.org/builds/release/${VERSION}/
+MASTER_SITES=  http://www.openclonk.org/builds/release/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    charlotte%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index