summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2010-02-10 14:45:38 +0000
committerMikhail Teterin <mi@FreeBSD.org>2010-02-10 14:45:38 +0000
commit3ea7dc64f51cdfed683205a9fe5a356a15bf0258 (patch)
tree884fcac03e1e79b18ff85c592e66eb8217373f08 /graphics
parentThe Panels module allows a site administrator to create customized layouts (diff)
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...
Notes
Notes: svn path=/head/; revision=249546
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libmng/Makefile13
1 files changed, 3 insertions, 10 deletions
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