summaryrefslogtreecommitdiff
path: root/databases/kinterbasdb
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-20 00:45:14 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-20 00:45:14 +0000
commit093e0d74005c6b571b7b03ca55aba1bb9d06aae5 (patch)
tree71ff84d71d76e63e30014063f29b4f4518781d90 /databases/kinterbasdb
parentFix non standart LOCALBASE (diff)
Respect non standard LOCALBASE
PR: 87665 Submitted by: Dmytro Rud <unixoid@web.de> (maintainer)
Notes
Notes: svn path=/head/; revision=145903
Diffstat (limited to 'databases/kinterbasdb')
-rw-r--r--databases/kinterbasdb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/kinterbasdb/Makefile b/databases/kinterbasdb/Makefile
index 02a1f0c2fb20..b167fe338565 100644
--- a/databases/kinterbasdb/Makefile
+++ b/databases/kinterbasdb/Makefile
@@ -24,9 +24,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
-
+USE_REINPLACE= yes
USE_GCC= 3.4
PLIST_SUB= INSTALLDIR=lib/${PYTHON_VERSION}/site-packages/${PORTNAME}
+post-extract:
+ @${REINPLACE_CMD} -e "s@DEFAULT_FREEBSD_HOME_DIR = '.*'@DEFAULT_FREEBSD_HOME_DIR = '${LOCALBASE}'@" \
+ ${WRKSRC}/setup.py
+
.include <bsd.port.mk>