summaryrefslogtreecommitdiff
path: root/devel/noweb/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-03-27 08:42:28 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-03-27 08:42:28 +0000
commitda1b04d3b6a46c05df4f491c7cfb093544488a39 (patch)
tree5e0398a2bb1a1fe6aab638437adad6042432d0ed /devel/noweb/files
parentUpgrade to 2.70.4.3 (diff)
Upgrade to newer version.
Notes
Notes: svn path=/head/; revision=2897
Diffstat (limited to 'devel/noweb/files')
-rw-r--r--devel/noweb/files/patch-a16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a
index e717d137db4e..e4d6f0fcd229 100644
--- a/devel/noweb/files/patch-a
+++ b/devel/noweb/files/patch-a
@@ -35,11 +35,11 @@ diff -cr Makefile.orig Makefile
# MAN is the root of your local man pages directory
# MANEXT is the extension for your commands' man pages (usually 1 or l)
# TEXINPUTS is the directory for TeX macro files
-! BIN=/usr/public/pkg/noweb/bin
-! LIB=/usr/public/pkg/noweb/lib
-! MAN=/usr/public/pkg/noweb/man
+! BIN=/usr/local/noweb
+! LIB=/usr/local/noweb/lib
+! MAN=/usr/local/noweb/man
MANEXT=1
-! TEXINPUTS=/usr/public/pkg/tex/tex/inputs
+! TEXINPUTS=/usr/local/tex/inputs
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
@@ -47,11 +47,11 @@ diff -cr Makefile.orig Makefile
# MAN is the root of your local man pages directory
# MANEXT is the extension for your commands' man pages (usually 1 or l)
# TEXINPUTS is the directory for TeX macro files
-! BIN=/usr/local/bin
-! LIB=/usr/local/share/noweb
-! MAN=/usr/local/man
+! BIN=${PREFIX}/bin
+! LIB=${PREFIX}/share/noweb
+! MAN=${PREFIX}/man
MANEXT=1
-! TEXINPUTS=/usr/local/lib/texmf/tex/misc
+! TEXINPUTS=${LIB}/tex
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave