aboutsummaryrefslogtreecommitdiff
path: root/devel/bbfreeze
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-11-19 16:16:46 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-11-19 16:16:46 +0000
commitff1d116f2d756bda56aea00ee71efa55940315a4 (patch)
treefb000666405736d4d4425c9082b373a8ce0fa5ab /devel/bbfreeze
parente86d582cf909db363b7fe8d2df012a53776a128c (diff)
downloadports-ff1d116f2d756bda56aea00ee71efa55940315a4.tar.gz
ports-ff1d116f2d756bda56aea00ee71efa55940315a4.zip
Flush a short queue of minor non-functional changes sitting it my tree:
- Escape literal dot properly in sed(1) code (for REINPLACE_CMD) - Spell "C-string" correctly in COMMENT and add a missing newline - Use NULL for pointer in C code (original snippet was for C++ and Bjarne prefers to avoid macros, per his C++ Style and Technique FAQ)
Notes
Notes: svn path=/head/; revision=401952
Diffstat (limited to 'devel/bbfreeze')
-rw-r--r--devel/bbfreeze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bbfreeze/Makefile b/devel/bbfreeze/Makefile
index 29ec6f73bba0..60066ae76c0f 100644
--- a/devel/bbfreeze/Makefile
+++ b/devel/bbfreeze/Makefile
@@ -23,7 +23,7 @@ PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e '/altgraph/s,==,>=,' ${WRKSRC}/${PYSETUP}
- @${REINPLACE_CMD} -e '/from altgraph.compat import/d' \
+ @${REINPLACE_CMD} -e '/from altgraph\.compat import/d' \
${WRKSRC}/bbfreeze/modulegraph/modulegraph.py
post-install: