summaryrefslogtreecommitdiffstats
path: root/textproc/silvercity
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-07-18 21:12:32 +0000
committeradamw <adamw@FreeBSD.org>2004-07-18 21:12:32 +0000
commit3714eb60501e8ee84b95b21016ab9dac5005d154 (patch)
treefeeabffaa07b7b9be124a6b0fd906f2cdf1d4451 /textproc/silvercity
parentbd38be3cc0cff2805f85c2f0625197545efefcc8 (diff)
downloadFreeBSD-ports-3714eb60501e8ee84b95b21016ab9dac5005d154.zip
FreeBSD-ports-3714eb60501e8ee84b95b21016ab9dac5005d154.tar.gz
Move a questionable make-ism into a functioning sed-ism.
Submitted by: Rui Lopes
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 ac8603f..44bc800 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>
OpenPOWER on IntegriCloud