aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-PySQLite11/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-08-29 02:39:54 +0800
committerlioux <lioux@FreeBSD.org>2005-08-29 02:39:54 +0800
commit374c8986dfdc190e3716af236ee6ba79b010feb5 (patch)
treec8e24c2dfb5e285630a5e964e7218659d321bb49 /databases/py-PySQLite11/Makefile
parent1bc3513cb99fdf918227d874779bbdca21483126 (diff)
downloadfreebsd-ports-gnome-374c8986dfdc190e3716af236ee6ba79b010feb5.tar.gz
freebsd-ports-gnome-374c8986dfdc190e3716af236ee6ba79b010feb5.tar.zst
freebsd-ports-gnome-374c8986dfdc190e3716af236ee6ba79b010feb5.zip
Uphold umask(1)
PR: 81133 Submitted by: lioux Approved by: maintainer
Diffstat (limited to 'databases/py-PySQLite11/Makefile')
-rw-r--r--databases/py-PySQLite11/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile
index f9fbc1abec0e..d2f415439945 100644
--- a/databases/py-PySQLite11/Makefile
+++ b/databases/py-PySQLite11/Makefile
@@ -38,5 +38,7 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
.endif
+# fix lib shared permission
+ @${CHMOD} ${BINMODE} ${PYTHON_SITELIBDIR}/_sqlite.so
.include <bsd.port.mk>