aboutsummaryrefslogtreecommitdiffstats
path: root/databases/msql
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-06-14 13:53:32 +0800
committerlinimon <linimon@FreeBSD.org>2004-06-14 13:53:32 +0800
commita8e4d22e9e9cf97e2fbe0ff246eb9e816352155b (patch)
tree6995d3aeab366d93e03836ad37e0eb6b2d883d48 /databases/msql
parent17890600014cfb7cb69e102b907e564a74cff0c8 (diff)
downloadfreebsd-ports-gnome-a8e4d22e9e9cf97e2fbe0ff246eb9e816352155b.tar.gz
freebsd-ports-gnome-a8e4d22e9e9cf97e2fbe0ff246eb9e816352155b.tar.zst
freebsd-ports-gnome-a8e4d22e9e9cf97e2fbe0ff246eb9e816352155b.zip
Remove quotes around IGNORE string (as suggested by kris). Found by
attempting to install databases/ruby-dbd_msql.
Diffstat (limited to 'databases/msql')
-rw-r--r--databases/msql/Makefile2
1 files changed, 1 insertions, 1 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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>