From 9a45a56ee1f161ec8058d39c4703ea0d0427790e Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 18 Jul 2006 23:27:14 +0000 Subject: Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE processing from mk/fetch/*.mk. --- sysutils/storage-manager/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sysutils') diff --git a/sysutils/storage-manager/Makefile b/sysutils/storage-manager/Makefile index 34b9c105378..2bea44f02e9 100644 --- a/sysutils/storage-manager/Makefile +++ b/sysutils/storage-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/05/22 22:22:05 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/18 23:27:14 jlam Exp $ DISTNAME= sm_linux_v314_install PKGNAME= storage-manager-3.14 @@ -36,12 +36,12 @@ INTERACTIVE_STAGE= fetch DOWNLOAD= http://www.adaptec.com/worldwide/support/driverdetail.html?cat=%2fOperating+System%2fLinux&filekey=sm_linux_v314_install.rpm -_FETCH_MESSAGE= \ - ${ECHO} "================================================================="; \ - ${ECHO} " Adaptec Storage Manager 3.14 for RedHat Linux must be fetched"; \ - ${ECHO} " into ${DISTDIR} from"; \ - ${ECHO} " ${DOWNLOAD}."; \ - ${ECHO} "=================================================================" +FETCH_MESSAGE= \ + "Adaptec Storage Manager 3.14 for RedHat Linux must be fetched" \ + "into:" \ + " ${DISTDIR}" \ + "from" \ + " ${DOWNLOAD}" INSTALLATION_DIRS= etc/rc.d sbin -- cgit v1.2.3