aboutsummaryrefslogtreecommitdiff
path: root/textproc/silvercity
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-07-18 21:12:32 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-07-18 21:12:32 +0000
commitb7f3e1fe37491fe280ecafa9b3c0fc9e8bd03576 (patch)
treed0fb0ef725efaa5c4b81a9102f823a43e8671fd2 /textproc/silvercity
parent0124694ee35d9758a009d22c0abfcab64244209a (diff)
downloadports-b7f3e1fe37491fe280ecafa9b3c0fc9e8bd03576.tar.gz
ports-b7f3e1fe37491fe280ecafa9b3c0fc9e8bd03576.zip
Notes
Diffstat (limited to 'textproc/silvercity')
-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>