aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-07-22 08:48:58 +0800
committerjmallett <jmallett@FreeBSD.org>2003-07-22 08:48:58 +0800
commitb576bc137195e9b57ba2124a64b5ceaa4549332a (patch)
tree2edd233650fed0c508f24a2e11618871281bf7c2 /audio
parentc8d724956f5a6f8b8ce3662f4b480ddb271e39e1 (diff)
downloadfreebsd-ports-gnome-b576bc137195e9b57ba2124a64b5ceaa4549332a.tar.gz
freebsd-ports-gnome-b576bc137195e9b57ba2124a64b5ceaa4549332a.tar.zst
freebsd-ports-gnome-b576bc137195e9b57ba2124a64b5ceaa4549332a.zip
Fix a typo.
(Actually echo the flac message even if we are WITH_EJECT.) Approved by: Munish Chopra (MAINTAINER), marcus (mentor)
Diffstat (limited to 'audio')
-rw-r--r--audio/abcde/Makefile2
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