diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-20 00:45:14 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-20 00:45:14 +0000 |
commit | 093e0d74005c6b571b7b03ca55aba1bb9d06aae5 (patch) | |
tree | 71ff84d71d76e63e30014063f29b4f4518781d90 /databases/kinterbasdb/Makefile | |
parent | 05812e9f72c68c2a988793341ca30273a1d72e1d (diff) | |
download | ports-093e0d74005c6b571b7b03ca55aba1bb9d06aae5.tar.gz ports-093e0d74005c6b571b7b03ca55aba1bb9d06aae5.zip |
Notes
Diffstat (limited to 'databases/kinterbasdb/Makefile')
-rw-r--r-- | databases/kinterbasdb/Makefile | 6 |
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> |