aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtouch
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-07-05 13:42:00 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-07-05 13:42:00 +0000
commit9a46db562a4bd3e9aac1c0e587f6da2584fe87e4 (patch)
treea5e4c58c971196f04347382f03d9aae1ec6bd979 /audio/soundtouch
parentedf266c9b89f42766d45ed8a7de01b04b18de70d (diff)
downloadports-9a46db562a4bd3e9aac1c0e587f6da2584fe87e4.tar.gz
ports-9a46db562a4bd3e9aac1c0e587f6da2584fe87e4.zip
Fix file path in comment (non-functional change).
Notes
Notes: svn path=/head/; revision=300520
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 521bc3abd6ee..d1ac7757d898 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -30,7 +30,7 @@ post-patch:
${WRKSRC}/source/SoundStretch/Makefile.am \
${WRKSRC}/source/SoundTouch/Makefile.am
-run-autotools: # see ${WRKSRC}/soundtouch/bootstrap for reference
+run-autotools: # see ${WRKSRC}/bootstrap for reference
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} \
AUTOMAKE="${AUTOMAKE} --add-missing --foreign --copy" \
${AUTORECONF} -fisv)