diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2003-07-22 00:48:58 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2003-07-22 00:48:58 +0000 |
commit | d9fc7ec023fd14c9bd563d83bf9bd08c3bef2595 (patch) | |
tree | 8bd5529c335634ade6aebf03d2cadc72ce9e9720 /audio/abcde | |
parent | d85c9876fab271ace192158c424cd429832225fb (diff) | |
download | ports-d9fc7ec023fd14c9bd563d83bf9bd08c3bef2595.tar.gz ports-d9fc7ec023fd14c9bd563d83bf9bd08c3bef2595.zip |
Fix a typo.
(Actually echo the flac message even if we are WITH_EJECT.)
Approved by: Munish Chopra (MAINTAINER), marcus (mentor)
Notes
Notes:
svn path=/head/; revision=85325
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 2995591c3911..4fa941f25ef5 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -62,7 +62,7 @@ pre-fetch: @${ECHO_MSG} ${EJECT_MSG} @${ECHO_MSG} "" .endif -.if defined(EJECT_MSG) +.if defined(FLAC_MSG) @${ECHO_MSG} ${FLAC_MSG} @${ECHO_MSG} "" .endif |