pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools415



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Fri Jul  1 13:07:37 UTC 2022

Modified Files:
        pkgsrc/sysutils/xentools415: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xentools415/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xentools415/Makefile
diff -u pkgsrc/sysutils/xentools415/Makefile:1.17 pkgsrc/sysutils/xentools415/Makefile:1.18
--- pkgsrc/sysutils/xentools415/Makefile:1.17   Thu Jun 30 11:18:53 2022
+++ pkgsrc/sysutils/xentools415/Makefile        Fri Jul  1 13:07:37 2022
@@ -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