diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 14:03:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 14:03:59 +0000 |
commit | c4899b77384a94fcb81f963d5c8545663545a0cc (patch) | |
tree | 474d73dd1f5bf2087d80235bc54f9550fea40084 /misc | |
parent | b4846334d06058506338d29c438a8b72df0e7270 (diff) | |
download | ports-c4899b77384a94fcb81f963d5c8545663545a0cc.tar.gz ports-c4899b77384a94fcb81f963d5c8545663545a0cc.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeedu3/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeedu4/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index ff03ea61548a..5f620905cd85 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -40,11 +40,9 @@ CONFIGURE_ARGS+=--disable-kig-python-scripting PLIST_SUB+= BOOST_PYTHON="@comment " .endif -PYTHON_LIBDIR!= ${LOCALBASE}/bin/python -c 'import sys;print sys.prefix' - pre-configure: ${REINPLACE_CMD} \ - -e 's|pylibdir in.*|pylibdir in "${PYTHON_LIBDIR}/lib" \\|g' \ + -e 's|pylibdir in.*|pylibdir in "${LOCALBASE}/lib" \\|g' \ ${WRKSRC}/configure .include <bsd.port.post.mk> diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index ff03ea61548a..5f620905cd85 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -40,11 +40,9 @@ CONFIGURE_ARGS+=--disable-kig-python-scripting PLIST_SUB+= BOOST_PYTHON="@comment " .endif -PYTHON_LIBDIR!= ${LOCALBASE}/bin/python -c 'import sys;print sys.prefix' - pre-configure: ${REINPLACE_CMD} \ - -e 's|pylibdir in.*|pylibdir in "${PYTHON_LIBDIR}/lib" \\|g' \ + -e 's|pylibdir in.*|pylibdir in "${LOCALBASE}/lib" \\|g' \ ${WRKSRC}/configure .include <bsd.port.post.mk> |