freebsd-ports/dns/maradns/files/patch-configure
Patrick Li 0720cf63f1 - Update to 0.9.92
- Add startup script and reword configure message

Based on PR:	ports/38921
Submitted by:	Alex Kapranoff <kappa@agava.com>
2002-06-18 06:28:36 +00:00

15 lines
628 B
Text

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