aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2016-01-16 20:49:30 +0800
committerdinoex <dinoex@FreeBSD.org>2016-01-16 20:49:30 +0800
commit5e88de59be2666eae98bef283acfaaf65603fc87 (patch)
treec84b2a1c94bac08a6c7edfd90fee575000596132 /graphics/graphviz
parente41ae32c7a1be802a2eac9dafd632c91a2ca1abe (diff)
downloadfreebsd-ports-gnome-5e88de59be2666eae98bef283acfaaf65603fc87.tar.gz
freebsd-ports-gnome-5e88de59be2666eae98bef283acfaaf65603fc87.tar.zst
freebsd-ports-gnome-5e88de59be2666eae98bef283acfaaf65603fc87.zip
- cleanup style
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 8095ed546b8c..ddd44a9cb7aa 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -262,10 +262,6 @@ SHEBANG_FILES+= tclpkg/gv/demo/modgraph.tcl
.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