From 3ea7dc64f51cdfed683205a9fe5a356a15bf0258 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Wed, 10 Feb 2010 14:45:38 +0000 Subject: No material changes, no PORTREVISION-bump necessary: Don't bother cleaning up DOS-style EOLs -- the recent releases don't have this problem. Change the parallel-building from the pre-MAKE_JOBS_SAFE method to the current one. Leave a note to switch to .tar.bz2 upon next upgrade -- it may not be me performing it... --- graphics/libmng/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'graphics') diff --git a/graphics/libmng/Makefile b/graphics/libmng/Makefile index d67d6eb72abd..5f41968c0e6f 100644 --- a/graphics/libmng/Makefile +++ b/graphics/libmng/Makefile @@ -21,23 +21,16 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ OPTIONS= MNG_OPTIMIZE "Use vendor's new optimization flags" no -REINPLACE_ARGS= -i "" MAKEFILE= ${FILESDIR}/Makefile.bsd -MAKE_ARGS+= -j2 WITH_MNG_OPTIMIZE=${WITH_MNG_OPTIMIZE} +MAKE_ARGS+= WITH_MNG_OPTIMIZE=${WITH_MNG_OPTIMIZE} +MAKE_JOBS_SAFE= yes +#USE_BZIP2= yes # Please, uncomment on next upgrade USE_LDCONFIG= yes MAN3= libmng.3 MAN5= mng.5 jng.5 -post-extract: - # - # Getting rid of the DOS-style end-of-lines left by the vendor - # - ${FIND} ${WRKSRC} -type f | ${XARGS} ${FILE} | \ - ${AWK} -F: '/CRLF/ { print $$1 }' | \ - ${XARGS} ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' - post-install: cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 \ && ${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 -- cgit v1.2.3