pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools415 Restore PKGNAME, lost when part o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3321d5f61e98
branches:  trunk
changeset: 381160:3321d5f61e98
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri Jul 01 13:07:37 2022 +0000

description:
Restore PKGNAME, lost when part of Makefile was moved to version.mk
Noticed by Patrick Welche, thanks !

diffstat:

 sysutils/xentools415/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 426108f17311 -r 3321d5f61e98 sysutils/xentools415/Makefile
--- a/sysutils/xentools415/Makefile     Fri Jul 01 12:28:12 2022 +0000
+++ b/sysutils/xentools415/Makefile     Fri Jul 01 13:07:37 2022 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2022/06/30 11:18:53 nia Exp $
+# $NetBSD: Makefile,v 1.18 2022/07/01 13:07:37 bouyer Exp $
 #
 # VERSION is set in version.mk as it is shared with other packages
 .include        "version.mk"
-PKGREVISION=    3
+PKGNAME=               xentools415-${VERSION}
+PKGREVISION=           3
 
 CATEGORIES=            sysutils
 



Home | Main Index | Thread Index | Old Index