aboutsummaryrefslogtreecommitdiff
path: root/devel/frink
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-05-08 20:05:56 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-05-08 20:05:56 +0000
commita086dfd97c57cee255054b68090fbe270dcb22a4 (patch)
treed91634e879d96cf87c1a16b504049fc3be1c30ff /devel/frink
parent9a47bd0e877caf5a6c607a9760c07f5b542cf8f2 (diff)
downloadports-a086dfd97c57cee255054b68090fbe270dcb22a4.tar.gz
ports-a086dfd97c57cee255054b68090fbe270dcb22a4.zip
Make the default indentation level to be 8 positions, in the spirit of
style(9). One can still use the -i option to set it to whatever. The port only exists for a few minutes, so, no revision bump.
Notes
Notes: svn path=/head/; revision=42428
Diffstat (limited to 'devel/frink')
-rw-r--r--devel/frink/files/patch-indent10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/frink/files/patch-indent b/devel/frink/files/patch-indent
new file mode 100644
index 000000000000..a2aa47e9b62b
--- /dev/null
+++ b/devel/frink/files/patch-indent
@@ -0,0 +1,10 @@
+--- frink.c Mon Apr 23 10:31:13 2001
++++ frink.c Tue May 8 15:47:35 2001
+@@ -34 +34 @@
+-int indent = 4;
++int indent = 8;
+--- frink.1 Mon Apr 23 10:31:13 2001
++++ frink.1 Tue May 8 15:47:48 2001
+@@ -79 +79 @@
+-Set the indentation for each level. (default = 4)
++Set the indentation for each level. (default = 8)