aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtouch
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-05 13:01:25 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-05 13:01:25 +0000
commit7f0340f4e0d27b306bbb7f87fa8d7cd482423769 (patch)
treea8e6e6ab0871b89d84d79c8d15f80e2e93b9ff7e /audio/soundtouch
parent531c2065da8de3522b45a5af09affbb366c010bb (diff)
downloadports-7f0340f4e0d27b306bbb7f87fa8d7cd482423769.tar.gz
ports-7f0340f4e0d27b306bbb7f87fa8d7cd482423769.zip
Replace a space with [[:blank:]] in sed expresion to make it work as intended
thus fix packaging with _DNOPORTDOCS Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
Notes
Notes: svn path=/head/; revision=231643
Diffstat (limited to 'audio/soundtouch')
-rw-r--r--audio/soundtouch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index 7404ba217a62..e2c29d2a919a 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -30,7 +30,7 @@ pre-configure:
${REINPLACE_CMD} -e '135s|__x86_64__|&) \&\& defined(__SSE__|' \
${WRKSRC}/include/STTypes.h
.if defined(NOPORTDOCS)
- ${REINPLACE_CMD} -e 's| install-pkgdocDATA$$||' \
+ ${REINPLACE_CMD} -e 's|[[:blank:]]install-pkgdocDATA$$||' \
${WRKSRC}/Makefile.in
.endif