pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxkbcommon-docs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 17 09:07:55 UTC 2026

Modified Files:
        pkgsrc/x11/libxkbcommon-docs: Makefile

Log Message:
libxkbcommon-docs: fix PKGNAME to match directory name


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libxkbcommon-docs/Makefile

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

Modified files:

Index: pkgsrc/x11/libxkbcommon-docs/Makefile
diff -u pkgsrc/x11/libxkbcommon-docs/Makefile:1.3 pkgsrc/x11/libxkbcommon-docs/Makefile:1.4
--- pkgsrc/x11/libxkbcommon-docs/Makefile:1.3   Sun May 17 06:53:17 2026
+++ pkgsrc/x11/libxkbcommon-docs/Makefile       Sun May 17 09:07:55 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2026/05/17 06:53:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2026/05/17 09:07:55 wiz Exp $
 
 .include "../../x11/libxkbcommon/Makefile.common"
 
-PKGNAME=               ${DISTNAME:S/common/common-docs/}
+PKGNAME=               ${DISTNAME:S/common/common-docs/:S/^/lib/}
 PKGREVISION=           1
 
 TOOL_DEPENDS+=         doxygen>=1.17:../../devel/doxygen



Home | Main Index | Thread Index | Old Index