pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/py-fuse-bindings



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Dec  1 16:37:37 UTC 2021

Modified Files:
        pkgsrc/filesystems/py-fuse-bindings: Makefile PLIST

Log Message:
Eliminate PYPKGPREFIX leaked into PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/filesystems/py-fuse-bindings/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/filesystems/py-fuse-bindings/PLIST

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

Modified files:

Index: pkgsrc/filesystems/py-fuse-bindings/Makefile
diff -u pkgsrc/filesystems/py-fuse-bindings/Makefile:1.20 pkgsrc/filesystems/py-fuse-bindings/Makefile:1.21
--- pkgsrc/filesystems/py-fuse-bindings/Makefile:1.20   Tue Nov 30 05:25:57 2021
+++ pkgsrc/filesystems/py-fuse-bindings/Makefile        Wed Dec  1 16:37:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/11/30 05:25:57 pho Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/01 16:37:37 pho Exp $
 
 VERSION=               1.0.4
 DISTNAME=              fuse-python-${VERSION}
@@ -15,7 +15,8 @@ USE_TOOLS+=           pkg-config
 
 EGDIR=                 share/examples/${PKGBASE}
 INSTALLATION_DIRS=     ${EGDIR}
-
+PLIST_SUBST+=          PYPKGPREFIX=${PYPKGPREFIX}
+PRINT_PLIST_AWK+=      { gsub("${PYPKGPREFIX}-", "$${PYPKGPREFIX}-"); }
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/example/hello.py \
                ${DESTDIR}${PREFIX}/${EGDIR}
@@ -23,6 +24,5 @@ post-install:
                ${DESTDIR}${PREFIX}/${EGDIR}
 
 .include "../../lang/python/egg.mk"
-
 .include "../../mk/fuse.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/filesystems/py-fuse-bindings/PLIST
diff -u pkgsrc/filesystems/py-fuse-bindings/PLIST:1.8 pkgsrc/filesystems/py-fuse-bindings/PLIST:1.9
--- pkgsrc/filesystems/py-fuse-bindings/PLIST:1.8       Tue Nov 30 05:25:57 2021
+++ pkgsrc/filesystems/py-fuse-bindings/PLIST   Wed Dec  1 16:37:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/11/30 05:25:57 pho Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/12/01 16:37:37 pho Exp $
 ${PYSITELIB}/fuse.py
 ${PYSITELIB}/fuse.pyc
 ${PYSITELIB}/fuse.pyo
@@ -16,5 +16,5 @@ ${PYSITELIB}/fuseparts/setcompatwrap.pyo
 ${PYSITELIB}/fuseparts/subbedopts.py
 ${PYSITELIB}/fuseparts/subbedopts.pyc
 ${PYSITELIB}/fuseparts/subbedopts.pyo
-share/examples/py39-fuse-bindings/hello.py
-share/examples/py39-fuse-bindings/xmp.py
+share/examples/${PYPKGPREFIX}-fuse-bindings/hello.py
+share/examples/${PYPKGPREFIX}-fuse-bindings/xmp.py



Home | Main Index | Thread Index | Old Index