pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-l18n
Module Name: pkgsrc
Committed By: joerg
Date: Thu Sep 28 22:21:06 UTC 2023
Modified Files:
pkgsrc/time/py-l18n: Makefile
Log Message:
Fix permissions when building as root
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/py-l18n/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-l18n/Makefile
diff -u pkgsrc/time/py-l18n/Makefile:1.4 pkgsrc/time/py-l18n/Makefile:1.5
--- pkgsrc/time/py-l18n/Makefile:1.4 Sun Jan 23 19:19:10 2022
+++ pkgsrc/time/py-l18n/Makefile Thu Sep 28 22:21:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/23 19:19:10 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/09/28 22:21:06 joerg Exp $
DISTNAME= l18n-2021.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+post-extract:
+ chmod -R go-w ${WRKSRC}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index