aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-18 21:35:47 +0800
committermnag <mnag@FreeBSD.org>2005-10-18 21:35:47 +0800
commit9a6ff8c4833db462ca4dda734697c96347f5702e (patch)
treefb25b4fa82a416aa826f2cc45acd9eb11dd6a526 /databases
parente831365bbb939ac9d4f03c021225f310622672b3 (diff)
downloadfreebsd-ports-gnome-9a6ff8c4833db462ca4dda734697c96347f5702e.tar.gz
freebsd-ports-gnome-9a6ff8c4833db462ca4dda734697c96347f5702e.tar.zst
freebsd-ports-gnome-9a6ff8c4833db462ca4dda734697c96347f5702e.zip
Repect LOCALBASE
Notified by: krismail
Diffstat (limited to 'databases')
-rw-r--r--databases/py-PySQLite11/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile
index e8124c3b1d24..59758c7b3d24 100644
--- a/databases/py-PySQLite11/Makefile
+++ b/databases/py-PySQLite11/Makefile
@@ -25,10 +25,14 @@ CONFLICTS= py*-PySQLite-1.0*
WRKSRC= ${WRKDIR}/pysqlite
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+USE_REINPLACE= yes
+MAKE_ENV= LOCALBASE="${LOCALBASE}"
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|"freebsd5",|"freebsd5", "freebsd6", "freebsd7",|' \
+ ${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTDOCS)