Fix installation when AUDIOFILE=off

Spotted by:	Sergey V. Dyatko [sergey.dyatko gmail.com]
Approved by:	tabthorpe (mentor)
Feature safe:	yes
This commit is contained in:
Rene Ladan 2010-07-06 12:16:37 +00:00
parent 39662db80b
commit 6ebf3b17d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257459

View file

@ -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