summaryrefslogtreecommitdiff
path: root/databases/msql3
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-06-14 05:53:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-06-14 05:53:32 +0000
commit2f30cdeae893e0f0102f19c76f1a4e900c5a3392 (patch)
treeb2bb7716974806a3a415847692b050dcce4a2d8a /databases/msql3
parentIntroduce OPENOFFICE_VER into PORTVERSION/DEPENDS/etc... (diff)
Remove quotes around IGNORE string (as suggested by kris). Found by
attempting to install databases/ruby-dbd_msql.
Notes
Notes: svn path=/head/; revision=111433
Diffstat (limited to 'databases/msql3')
-rw-r--r--databases/msql3/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <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>