diff options
author | jlam <jlam> | 2006-07-18 23:27:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-18 23:27:14 +0000 |
commit | 9a45a56ee1f161ec8058d39c4703ea0d0427790e (patch) | |
tree | 6a1e94be400ffc55f4402c5344549e393d61835e /emulators | |
parent | ed476da6ab2762b0a5a3d370d9ca11b3874e4bba (diff) | |
download | pkgsrc-9a45a56ee1f161ec8058d39c4703ea0d0427790e.tar.gz |
Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index f81390ac8ed..ff74764642a 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/22 22:22:03 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/18 23:27:14 jlam Exp $ DISTNAME= ski-0.9.81-l6-i686 PKGNAME= ski-0.9.81.6 @@ -29,13 +29,12 @@ NO_BUILD= YES DOWNLOAD= http://www.hpl.hp.com/research/linux/ski/download.php -_FETCH_MESSAGE= \ - ${ECHO} "==============================================================="; \ - ${ECHO} " Due to licensing restrictions, "; \ - ${ECHO} " the HP Ski IA-64 emulator for Linux 2.x (i686) must be fetched"; \ - ${ECHO} " into ${DISTDIR} from"; \ - ${ECHO} " ${DOWNLOAD}"; \ - ${ECHO} "===============================================================" +FETCH_MESSAGE= \ + "Due to licensing restrictions, the HP Ski IA-64 emulator for" \ + "Linux 2.x (i686) must be fetched into:" \ + " ${DISTDIR}" \ + "from:" \ + " ${DOWNLOAD}" do-install: ${INSTALL_PROGRAM} ${WRKDIR}/nue/usr/bin/*ski* ${PREFIX}/bin |