aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-07-05 21:42:00 +0800
committerdanfe <danfe@FreeBSD.org>2012-07-05 21:42:00 +0800
commit183c5b776a4a3ac55e20cf9ab8ce6cd680d1ee74 (patch)
treef41ceeb3cbac7dc5e2b22dd781b45d5dae6b233b /audio
parent593189be8c8b9a42f98283046a73453b604ec9c0 (diff)
downloadfreebsd-ports-gnome-183c5b776a4a3ac55e20cf9ab8ce6cd680d1ee74.tar.gz
freebsd-ports-gnome-183c5b776a4a3ac55e20cf9ab8ce6cd680d1ee74.tar.zst
freebsd-ports-gnome-183c5b776a4a3ac55e20cf9ab8ce6cd680d1ee74.zip
Fix file path in comment (non-functional change).
Diffstat (limited to 'audio')
-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)