aboutsummaryrefslogtreecommitdiff
path: root/print/lyx-devel
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-01-21 07:41:40 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-01-21 07:41:40 +0000
commit7ffe06882f7d5ffbacba13abafef80bb45aacda9 (patch)
tree962ec22c4587b6a3269a813d826050a8df5029ad /print/lyx-devel
parente0199153dd9c72960239a9f34db415f9f87cbbe3 (diff)
downloadports-7ffe06882f7d5ffbacba13abafef80bb45aacda9.tar.gz
ports-7ffe06882f7d5ffbacba13abafef80bb45aacda9.zip
Notes
Diffstat (limited to 'print/lyx-devel')
-rw-r--r--print/lyx-devel/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index f5810543b452..bb1caa4d4fab 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -46,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN1= lyx.1 tex2lyx.1 lyxclient.1
post-patch:
- @# Removing mention of the bundled boost
- @${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
+ # Removing mention of the bundled boost
+ ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h
- @${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
+ ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C
- @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
+ ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
post-configure:
- @# Removing explicit linking with -lc
- @${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
+ # Removing explicit linking with -lc
+ ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
.include <bsd.port.pre.mk>