diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 08:49:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 08:49:42 +0000 |
commit | f074445b0675c2d1d4f97f4cbeb730cf34428fb2 (patch) | |
tree | f93f8c266e83e0effffce18c846c3e856d162342 /devel/noweb | |
parent | ecc524b27808cc66509b51d4e70dcf1d936be6fb (diff) | |
download | ports-f074445b0675c2d1d4f97f4cbeb730cf34428fb2.tar.gz ports-f074445b0675c2d1d4f97f4cbeb730cf34428fb2.zip |
Make sure the texmf directory exists.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=2262
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/files/patch-a | 17 |
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: |