aboutsummaryrefslogtreecommitdiff
path: root/textproc/sarep
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-09-26 18:57:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-09-26 18:57:02 +0000
commitdb43c1de1b18258c6e6a0403881c03ca5ca72eef (patch)
treee2df17fd192ef17e39fdebe068c6beb5e5384a53 /textproc/sarep
parenta87e8c7f332af7bbd428c05443b4d29b33ff2108 (diff)
downloadports-db43c1de1b18258c6e6a0403881c03ca5ca72eef.tar.gz
ports-db43c1de1b18258c6e6a0403881c03ca5ca72eef.zip
preserve file modes
strip ^M in the script
Notes
Notes: svn path=/head/; revision=21960
Diffstat (limited to 'textproc/sarep')
-rw-r--r--textproc/sarep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile
index 53e5cfafe2f0..87fa31e1e6b4 100644
--- a/textproc/sarep/Makefile
+++ b/textproc/sarep/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ache@freebsd.org
EXTRACT_CMD= $(SED)
EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' <
-EXTRACT_AFTER_ARGS= > ${WRKSRC}/sarep
+EXTRACT_AFTER_ARGS= | tr -d '\r' > ${WRKSRC}/sarep
NO_BUILD= YES
NO_WRKSUBDIR= yes