diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-05 13:01:25 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-05 13:01:25 +0000 |
commit | 7f0340f4e0d27b306bbb7f87fa8d7cd482423769 (patch) | |
tree | a8e6e6ab0871b89d84d79c8d15f80e2e93b9ff7e /audio/soundtouch | |
parent | 531c2065da8de3522b45a5af09affbb366c010bb (diff) |
Notes
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 2 |
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 |