caaa2f96da
- add HOMEPAGE, remove LICENSE_TYPE - add manual do-install - clarify MAKE_ENV - rename patches to reflect filename - install macros go into share/tinyfugue instead of somewhere in lib/ thx brad@ for review
33 lines
776 B
Plaintext
33 lines
776 B
Plaintext
$OpenBSD: patch-unix_tfconfig,v 1.1 2000/09/20 22:42:12 avsm Exp $
|
|
--- 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
|