aboutsummaryrefslogtreecommitdiff
path: root/databases/py-PySQLite11
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-08-28 18:39:54 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-08-28 18:39:54 +0000
commitd1b164e452aa9187457751278402c1f3bf7b751b (patch)
tree6bf3afa22dd6740a923b1fe4bfab29f94a4da485 /databases/py-PySQLite11
parent2db37b29abc8db4a37adc50ce5b212e49b4f6e21 (diff)
downloadports-d1b164e452aa9187457751278402c1f3bf7b751b.tar.gz
ports-d1b164e452aa9187457751278402c1f3bf7b751b.zip
Notes
Diffstat (limited to 'databases/py-PySQLite11')
-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>