aboutsummaryrefslogtreecommitdiff
path: root/devel/websvn/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-19 23:46:59 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-19 23:46:59 +0000
commit3077fac578eee2bdf4acc79c112def465eb1d602 (patch)
tree1b322ea971763df0a142f71ec0df20dae9ebb9f1 /devel/websvn/Makefile
parentabe3b79b9dcf3e4cf0c2fd6dcac1a56a28602750 (diff)
Notes
Diffstat (limited to 'devel/websvn/Makefile')
-rw-r--r--devel/websvn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile
index 57174835e329..d1b52b181034 100644
--- a/devel/websvn/Makefile
+++ b/devel/websvn/Makefile
@@ -22,7 +22,7 @@ WEBSVNDIR?= www/data/WebSVN
PLIST= ${WRKDIR}/pkg-plist
pre-install:
- @${CP} ${WRKSRC}/include/distconfig.inc ${WRKSRC}/include/config.in
+ @${TR} -d '\r' < ${WRKSRC}/include/distconfig.inc > ${WRKSRC}/include/config.inc
cd ${WRKSRC} && ${FIND} -s * -type f | \
${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \