diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-06-14 05:53:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-06-14 05:53:32 +0000 |
commit | 2f30cdeae893e0f0102f19c76f1a4e900c5a3392 (patch) | |
tree | b2bb7716974806a3a415847692b050dcce4a2d8a /databases/msql3 | |
parent | 4c919af3ecc80be7c24a74dd891f7d6d658e9f1e (diff) |
Notes
Diffstat (limited to 'databases/msql3')
-rw-r--r-- | databases/msql3/Makefile | 2 |
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> |