From 755f2cbd1545073fd07283c08f7175a012de8e59 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 27 Jan 2005 19:42:32 +0000 Subject: [PATCH] Tell the user more explicitly what port needs to be installed to get the mkisofs utility required by the release build. --- nrelease/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index ca26f2ec05..79f8c0cbd1 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/nrelease/Makefile,v 1.23 2005/01/16 11:18:16 eirikn Exp $ +# $DragonFly: src/nrelease/Makefile,v 1.24 2005/01/27 19:42:32 dillon Exp $ # ISODIR ?= /usr/release @@ -76,7 +76,8 @@ installer_realquickrel: check: @if [ ! -f /usr/local/bin/mkisofs ]; then \ - echo "You need to install the mkisofs port for this target"; \ + echo "You need to install the sysutils/cdrtools port for"; \ + echo "this target"; \ exit 1; \ fi .for PKG in ${PACKAGES} -- 2.41.0