1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/tinyfugue/files/patch-ac
Masafumi Max NAKANE b69292b547 Upgrade, 3.5b1 -> 3.5b4.
Change the maintainer from mike@binghamton.edu to jseger@scds.com.
PR:		3876
Submitted by:	 "Justin M. Seger" <jseger@freebsd.scds.com>
1997-06-16 09:36:29 +00:00

32 lines
709 B
Plaintext

--- unix/tfconfig.orig Fri Apr 4 11:51:58 1997
+++ unix/tfconfig Mon Jun 16 18:00:45 1997
@@ -211,17 +211,17 @@
echo
echo 'To change these locations type "n" now and edit the unix/Config file.'
-while [ -z "$ans" ]; do
- echo 'Continue? (y/n)'
- read ans;
- case "$ans" in
- y|Y) break ;;
- n|N) exit 1 ;;
- *) ans=
- echo 'Please answer "y" or "n".'
- ;;
- esac
-done
+# while [ -z "$ans" ]; do
+# echo 'Continue? (y/n)'
+# read ans;
+# case "$ans" in
+# y|Y) break ;;
+# n|N) exit 1 ;;
+# *) ans=
+# echo 'Please answer "y" or "n".'
+# ;;
+# esac
+# done
echo; echo
echo "#define LIBDIR \"${LIBDIR}\"" >&4