diff options
author | danfe <danfe@FreeBSD.org> | 2012-07-05 21:42:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-07-05 21:42:00 +0800 |
commit | 183c5b776a4a3ac55e20cf9ab8ce6cd680d1ee74 (patch) | |
tree | f41ceeb3cbac7dc5e2b22dd781b45d5dae6b233b /audio | |
parent | 593189be8c8b9a42f98283046a73453b604ec9c0 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |