pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/stellarium stellarium: fix WRKSRC



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a28daa9d57ca
branches:  trunk
changeset: 389061:a28daa9d57ca
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 29 17:57:53 2022 +0000

description:
stellarium: fix WRKSRC

diffstat:

 misc/stellarium/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16408f0017aa -r a28daa9d57ca misc/stellarium/Makefile
--- a/misc/stellarium/Makefile  Tue Nov 29 17:13:40 2022 +0000
+++ b/misc/stellarium/Makefile  Tue Nov 29 17:57:53 2022 +0000
@@ -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 @@
 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