pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-xcbgen



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Sep 30 13:36:11 UTC 2025

Modified Files:
        pkgsrc/x11/py-xcbgen: Makefile

Log Message:
x11/py-xcbgen: Remove slash between DESTDIR and PREFIX


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/py-xcbgen/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/py-xcbgen/Makefile
diff -u pkgsrc/x11/py-xcbgen/Makefile:1.28 pkgsrc/x11/py-xcbgen/Makefile:1.29
--- pkgsrc/x11/py-xcbgen/Makefile:1.28  Mon Apr 15 16:34:48 2024
+++ pkgsrc/x11/py-xcbgen/Makefile       Tue Sep 30 13:36:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/04/15 16:34:48 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2025/09/30 13:36:11 ryoon Exp $
 #
 # When updating this, also update x11/xcb-proto
 
@@ -22,7 +22,7 @@ PY_PATCHPLIST=        yes
 
 # pkgsrc infrastructure does not support opt-2 files
 post-install:
-       ${RM} -f ${DESTDIR}/${PREFIX}/${PYSITELIB}/xcbgen/__pycache__/*opt-2*pyc
+       ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/xcbgen/__pycache__/*opt-2*pyc
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index