Date: Sat, 16 Jan 2016 12:49:30 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406216 - head/graphics/graphviz Message-ID: <201601161249.u0GCnUPh058172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sat Jan 16 12:49:30 2016 New Revision: 406216 URL: https://svnweb.freebsd.org/changeset/ports/406216 Log: - cleanup style Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sat Jan 16 12:28:38 2016 (r406215) +++ head/graphics/graphviz/Makefile Sat Jan 16 12:49:30 2016 (r406216) @@ -262,10 +262,6 @@ SHEBANG_FILES+= tclpkg/gv/demo/modgraph. .endif post-patch: -.if ${OSVERSION} >= 1100093 - ${REINPLACE_CMD} 's,SF_FLAGS,SFIO_FLAGS,g' \ - ${WRKSRC}/lib/sfio/*.[ch] -.endif ${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} \ -e "s|\([^:]*:.*\) install-pdfDATA\(.*\)|\1\2|g" \ @@ -300,6 +296,10 @@ post-patch: ${REINPLACE_CMD} -e 's|GTS_LIBS)|GTS_LIBS) $$(MATH_LIBS)|' \ ${WRKSRC}/cmd/smyrna/Makefile.in ${CP} ${WRKSRC}/lib/cgraph/cgraph.h ${WRKSRC}/plugin/ming/ +.if ${OSVERSION} >= 1100093 + ${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' \ + ${WRKSRC}/lib/sfio/*.[ch] +.endif .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's| install-txtDATA$$||' \ ${WRKSRC}/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601161249.u0GCnUPh058172>