aboutsummaryrefslogtreecommitdiff
path: root/devel/eric/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 19:23:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 19:23:43 +0000
commite7e565067d7eed7b3ee28faafb2b9114a168a114 (patch)
tree44c0593f5b8c641f79b25c405efc1af769a12e69 /devel/eric/Makefile
parent466ac9066e712beb1ac2b147d2f40ee0b61cb1ca (diff)
downloadports-e7e565067d7eed7b3ee28faafb2b9114a168a114.tar.gz
ports-e7e565067d7eed7b3ee28faafb2b9114a168a114.zip
- Respect PREFIX
- Unmark BROKEN (hopefully) - Add one missed file to pkg-plist PR: ports/63301 (based on) Submitted by: leafy <leafy@leafy.idv.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=102443
Diffstat (limited to 'devel/eric/Makefile')
-rw-r--r--devel/eric/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/eric/Makefile b/devel/eric/Makefile
index e2a88b2c8e03..9bd0129c6f95 100644
--- a/devel/eric/Makefile
+++ b/devel/eric/Makefile
@@ -17,16 +17,12 @@ BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintil
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\
pyuic:${PORTSDIR}/x11-toolkits/py-qt
-BROKEN= "Does not compile"
-
USE_PYTHON= yes
USE_REINPLACE= yes
NO_BUILD= yes
-# dirty hack to fix plist if PREFIX != PYTHONBASE
-DESTDIR_LIBS= ${PYTHON_SITELIBDIR:S/${PYTHONBASE}/${PREFIX}/}
do-install:
cd ${WRKSRC} && ${PYTHON_CMD} install.py -b ${PREFIX}/bin/ \
- -d ${DESTDIR_LIBS}
+ -d ${PYTHONPREFIX_SITELIBDIR}
.include <bsd.port.mk>