pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-scard
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Jun 27 10:34:03 UTC 2023
Modified Files:
pkgsrc/devel/py-scard: Makefile
Log Message:
py-scard: Handle TOOLBASE/LOCALBASE (PREFIX) split.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-scard/Makefile
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-scard/Makefile
diff -u pkgsrc/devel/py-scard/Makefile:1.6 pkgsrc/devel/py-scard/Makefile:1.7
--- pkgsrc/devel/py-scard/Makefile:1.6 Sun Apr 30 18:26:26 2023
+++ pkgsrc/devel/py-scard/Makefile Tue Jun 27 10:34:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/04/30 18:26:26 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/27 10:34:03 riastradh Exp $
DISTNAME= pyscard-2.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/^py//}
@@ -17,7 +17,7 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.pcsc-lit
PYTHON_VERSIONS_INCOMPATIBLE= 27
pre-configure:
- ${LN} -sf ${PREFIX}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig
+ ${LN} -sf ${TOOLBASE}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig
.include "../../lang/python/egg.mk"
.include "../../security/pcsc-lite/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index