aboutsummaryrefslogtreecommitdiffstats
path: root/devel/noweb
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-05 16:49:42 +0800
committerasami <asami@FreeBSD.org>1995-10-05 16:49:42 +0800
commitd9f888bd32e7ac283ddf373e5f04d7b61f89774e (patch)
tree629d32e3a5f6af3f00e8ba9094401cf962f7d37f /devel/noweb
parent1d5c57afd75944ac9671fbb80b02e9f2a930ab81 (diff)
downloadfreebsd-ports-gnome-d9f888bd32e7ac283ddf373e5f04d7b61f89774e.tar.gz
freebsd-ports-gnome-d9f888bd32e7ac283ddf373e5f04d7b61f89774e.tar.zst
freebsd-ports-gnome-d9f888bd32e7ac283ddf373e5f04d7b61f89774e.zip
Make sure the texmf directory exists.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'devel/noweb')
-rw-r--r--devel/noweb/files/patch-a17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a
index f244de41aeb8..e717d137db4e 100644
--- a/devel/noweb/files/patch-a
+++ b/devel/noweb/files/patch-a
@@ -55,3 +55,20 @@ diff -cr Makefile.orig Makefile
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
+***************
+*** 96,102 ****
+ rm -f $(CATDIR)/nountangle.$(MANEXT).gz
+ (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
+ install-tex:
+! -mkdir $(TEXINPUTS) 2>/dev/null
+ cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+
+ checkin:
+--- 96,102 ----
+ rm -f $(CATDIR)/nountangle.$(MANEXT).gz
+ (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
+ install-tex:
+! -mkdir -p $(TEXINPUTS) 2>/dev/null
+ cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+
+ checkin: