aboutsummaryrefslogtreecommitdiff
path: root/textproc/silvercity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/silvercity/Makefile')
-rw-r--r--textproc/silvercity/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/silvercity/Makefile b/textproc/silvercity/Makefile
index ac8603f349f7..44bc800c8e89 100644
--- a/textproc/silvercity/Makefile
+++ b/textproc/silvercity/Makefile
@@ -22,8 +22,6 @@ USE_REINPLACE= yes
# convert scripts EOL from DOS to NIX
post-extract:
-.for i in ${WRKSRC}/PySilverCity/Scripts/*.py
- @${REINPLACE_CMD} -e 's, $$,,' ${WRKSRC}/${i}
-.endfor
+ @${REINPLACE_CMD} -e 's, $$,,' ${WRKSRC}/PySilverCity/Scripts/*.py
.include <bsd.port.mk>