aboutsummaryrefslogtreecommitdiff
path: root/audio/agsatellite/Makefile
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 /audio/agsatellite/Makefile
parenta0d3cc387d0e2448f88be648ba1247e9ae442261 (diff)
downloadports-5e97315d79091265e6e279145905a15abee90962.tar.gz
ports-5e97315d79091265e6e279145905a15abee90962.zip
Improve regexp to work with recently added USE_REINPLACE
Notes
Notes: svn path=/head/; revision=69473
Diffstat (limited to 'audio/agsatellite/Makefile')
-rw-r--r--audio/agsatellite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/agsatellite/Makefile b/audio/agsatellite/Makefile
index 141838c3c28c..571a40d73bbf 100644
--- a/audio/agsatellite/Makefile
+++ b/audio/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