diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-18 06:28:36 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-18 06:28:36 +0000 |
commit | 0720cf63f1612b351c5ae06675bff74657af2f1c (patch) | |
tree | a1ca9b53b0539fb01e8a20d87a2c0f8dd514e2fb /net/maradns/files/patch-configure | |
parent | Fix BROKEN message. (diff) |
- Update to 0.9.92
- Add startup script and reword configure message
Based on PR: ports/38921
Submitted by: Alex Kapranoff <kappa@agava.com>
Notes
Notes:
svn path=/head/; revision=61479
Diffstat (limited to 'net/maradns/files/patch-configure')
-rw-r--r-- | net/maradns/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/maradns/files/patch-configure b/net/maradns/files/patch-configure new file mode 100644 index 000000000000..99aac62ddeb3 --- /dev/null +++ b/net/maradns/files/patch-configure @@ -0,0 +1,15 @@ +Unneeded confusion for users. + +--- configure.orig Wed Jun 5 19:14:27 2002 ++++ configure Wed Jun 5 19:15:32 2002 +@@ -61,9 +61,7 @@ + elif echo $UNAME | grep -i freebsd > /dev/null ; then + cat $BUILDDIR/Makefile.linux >> Makefile + echo It looks like you are using FreeBSD\; this should compile +- echo fine by typing in \'make\'. There is an official port here: +- echo +- echo http://www.freebsd.org/cgi/query-pr.cgi?pr=28389 ++ echo fine by typing in \'make\'. + elif echo $UNAME | grep -i openbsd > /dev/null ; then + cat $BUILDDIR/Makefile.linux >> Makefile + echo It looks like you are using OpenBSD\; please read doc/faq.txt |