pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/stellarium



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 29 17:57:53 UTC 2022

Modified Files:
        pkgsrc/misc/stellarium: Makefile

Log Message:
stellarium: fix WRKSRC


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/misc/stellarium/Makefile

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

Modified files:

Index: pkgsrc/misc/stellarium/Makefile
diff -u pkgsrc/misc/stellarium/Makefile:1.141 pkgsrc/misc/stellarium/Makefile:1.142
--- pkgsrc/misc/stellarium/Makefile:1.141       Wed Nov 23 16:20:40 2022
+++ pkgsrc/misc/stellarium/Makefile     Tue Nov 29 17:57:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2022/11/23 16:20:40 adam Exp $
+# $NetBSD: Makefile,v 1.142 2022/11/29 17:57:53 adam Exp $
 
 DISTNAME=      stellarium-1.1.1
 PKGNAME=       stellarium-1.1
@@ -12,7 +12,7 @@ HOMEPAGE=     https://stellarium.org/
 COMMENT=       Generate photorealistic skies with OpenGL
 LICENSE=       gnu-gpl-v2
 
-WRKSRC=                ${WRKDIR}/${PKGNAME}
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index