aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-08 14:10:04 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-08 14:10:04 +0000
commitc804805778dab47d4833a9ce1e2535888061c2f4 (patch)
tree9703b366668311b0612cf8ebad83fba9a91b5f5b /editors/calligra
parentd3758bfe2f2faf855528a086b0b01eff51ab57c2 (diff)
downloadports-c804805778dab47d4833a9ce1e2535888061c2f4.tar.gz
ports-c804805778dab47d4833a9ce1e2535888061c2f4.zip
Notes
Diffstat (limited to 'editors/calligra')
-rw-r--r--editors/calligra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index cc3b3fbaf9b4..ffef8e1b128e 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -47,7 +47,7 @@ pre-configure:
.for AM in automake aclocal
${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM}
.endfor
- cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \
+ cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \
${GMAKE} -f Makefile.cvs
find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
"s@LIBPYTHON =@LIBPYTHON= ${PTHREAD_LIBS}@g"