aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-07-06 20:16:37 +0800
committerRene Ladan <rene@FreeBSD.org>2010-07-06 20:16:37 +0800
commit6ebf3b17d7807f6719d47f47a11beca1b101b62f (patch)
treeceb86a71bcb1d87bf97505f31f3a0a450ff774b3 /emulators
parent39662db80b85d5e5708f3545e31b2964f78c5826 (diff)
downloadfreebsd-ports-gnome-6ebf3b17d7807f6719d47f47a11beca1b101b62f.tar.gz
freebsd-ports-gnome-6ebf3b17d7807f6719d47f47a11beca1b101b62f.tar.zst
freebsd-ports-gnome-6ebf3b17d7807f6719d47f47a11beca1b101b62f.zip
Fix installation when AUDIOFILE=off
Spotted by: Sergey V. Dyatko [sergey.dyatko gmail.com] Approved by: tabthorpe (mentor) Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fuse-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile
index 676763208f55..2effc45ea52c 100644
--- a/emulators/fuse-utils/Makefile
+++ b/emulators/fuse-utils/Makefile
@@ -32,7 +32,7 @@ PLIST_SUB= AUDIOFILE=""
MAN1+= audio2tape.1 tape2wav.1
.else
CONFIGURE_ARGS+=--without-audiofile
-PLIST_SUB= AUDIOFILE="@comment"
+PLIST_SUB= AUDIOFILE="@comment "
.endif
MAKE_JOBS_SAFE= yes