summaryrefslogtreecommitdiff
path: root/net/linux-agsatellite
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-04 21:42:41 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-04 21:42:41 +0000
commit5e97315d79091265e6e279145905a15abee90962 (patch)
treeb200000b0170b38d5fca85328afabd9557b7898a /net/linux-agsatellite
parentUpdate version to 1.2.6 and update MAINTAINER's email address (diff)
Improve regexp to work with recently added USE_REINPLACE
Diffstat (limited to 'net/linux-agsatellite')
-rw-r--r--net/linux-agsatellite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linux-agsatellite/Makefile b/net/linux-agsatellite/Makefile
index 141838c3c28c..571a40d73bbf 100644
--- a/net/linux-agsatellite/Makefile
+++ b/net/linux-agsatellite/Makefile
@@ -27,7 +27,7 @@ DOCS= german_readme.txt license.txt readme.txt
BRANDELF= /usr/bin/brandelf
post-patch:
- @${REINPLACE_CMD} -e "s|\r\n|\n|;s|email|username|" ${WRKSRC}/*.txt
+ @${REINPLACE_CMD} -e "s| ||;s|email|username|" ${WRKSRC}/*.txt
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \
${WRKDIR}/wrapper.sh