89f9ff99f9
vgrind formats the program sources which are arguments in a nice style using troff(1). Comments are placed in italics, keywords in bold face, and the name of the current function is listed down the margin of each page as it is encountered. help and OK sthen@
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
$OpenBSD: patch-vgrind_sh,v 1.1.1.1 2010/10/23 16:49:11 jasper Exp $
|
|
--- vgrind.sh.orig Sat Oct 23 18:31:58 2010
|
|
+++ vgrind.sh Sat Oct 23 18:32:29 2010
|
|
@@ -40,8 +40,8 @@ else
|
|
set troff = "groff"
|
|
endif
|
|
|
|
-set vf=/usr/libexec/vfontedpr
|
|
-set tm=/usr/share/tmac
|
|
+set vf=${PREFIX}/libexec/vfontedpr
|
|
+set tm=${PREFIX}/share/tmac
|
|
|
|
set voptions=
|
|
set options=
|