diff options
author | mi <mi@FreeBSD.org> | 2007-01-21 15:41:40 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-01-21 15:41:40 +0800 |
commit | c5f30ab4d19061db2df32a2c332449745f0d47b0 (patch) | |
tree | d273cd633206cf2622529daa021136bd492fccb9 /print/lyx | |
parent | 0475dde326c3c660a207f95524655f3b5166a47c (diff) | |
download | freebsd-ports-gnome-c5f30ab4d19061db2df32a2c332449745f0d47b0.tar.gz freebsd-ports-gnome-c5f30ab4d19061db2df32a2c332449745f0d47b0.tar.zst freebsd-ports-gnome-c5f30ab4d19061db2df32a2c332449745f0d47b0.zip |
Undo the "verbosity reduction" hunk, that slipped with the last upgrade.
As the maintainer, I prefer having this verbosity in build-logs, but had
no time to discuss the change properly due to travels/short "maintainer
timeout".
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index f5810543b452..bb1caa4d4fab 100644 --- a/print/lyx/Makefile +++ b/print/lyx/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> |