From 2f30cdeae893e0f0102f19c76f1a4e900c5a3392 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 14 Jun 2004 05:53:32 +0000 Subject: [PATCH] Remove quotes around IGNORE string (as suggested by kris). Found by attempting to install databases/ruby-dbd_msql. --- databases/msql/Makefile | 2 +- databases/msql3/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/msql/Makefile b/databases/msql/Makefile index 8bea135fa248..276329084811 100644 --- a/databases/msql/Makefile +++ b/databases/msql/Makefile @@ -68,7 +68,7 @@ post-install: .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use" +IGNORE=- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use .endif .include diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index 8bea135fa248..276329084811 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -68,7 +68,7 @@ post-install: .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use" +IGNORE=- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use .endif .include