pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gobject3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 17 17:48:17 UTC 2026

Modified Files:
        pkgsrc/devel/py-gobject3: Makefile.common

Log Message:
py-gobject3: use standard path format


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-gobject3/Makefile.common

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

Modified files:

Index: pkgsrc/devel/py-gobject3/Makefile.common
diff -u pkgsrc/devel/py-gobject3/Makefile.common:1.25 pkgsrc/devel/py-gobject3/Makefile.common:1.26
--- pkgsrc/devel/py-gobject3/Makefile.common:1.25       Tue Jan  6 08:41:40 2026
+++ pkgsrc/devel/py-gobject3/Makefile.common    Sat Jan 17 17:48:17 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2026/01/06 08:41:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2026/01/17 17:48:17 wiz Exp $
 # used by devel/py-gobject3/Makefile
 # used by devel/py-gobject3-common/Makefile
 
@@ -14,8 +14,8 @@ USE_CC_FEATURES=      c99
 USE_LANGUAGES=         c
 USE_TOOLS+=            pkg-config
 
-DISTINFO_FILE= ../../devel/py-gobject3/distinfo
-PATCHDIR=      ../../devel/py-gobject3/patches
+DISTINFO_FILE= ${.CURDIR}/../../devel/py-gobject3/distinfo
+PATCHDIR=      ${.CURDIR}/../../devel/py-gobject3/patches
 
 CONFLICTS+=    py27-gtk2<2.8.4
 CONFLICTS+=    py27-gobject<2.28.6nb4



Home | Main Index | Thread Index | Old Index