diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-28 11:05:43 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-09-28 11:05:43 +0000 |
commit | 6830c76e73cf04b5e0b4c2dc2c6f26c5268c6bf7 (patch) | |
tree | 30399bea710dbe181b325bc6c3a6eb752ee7cd65 /devel/noweb/files | |
parent | 599e6755bfa03d741a72a10ad9acf0e87491eb77 (diff) | |
download | ports-6830c76e73cf04b5e0b4c2dc2c6f26c5268c6bf7.tar.gz ports-6830c76e73cf04b5e0b4c2dc2c6f26c5268c6bf7.zip |
Notes
Diffstat (limited to 'devel/noweb/files')
-rw-r--r-- | devel/noweb/files/patch-a | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a index e8b5a7c9f8c6..4c19665d5dfe 100644 --- a/devel/noweb/files/patch-a +++ b/devel/noweb/files/patch-a @@ -1,6 +1,6 @@ --- Makefile.orig Mon Aug 17 02:54:11 1998 -+++ Makefile Wed May 19 12:47:35 1999 -@@ -2,11 +2,12 @@ ++++ Makefile Thu Sep 27 16:49:12 2001 +@@ -2,13 +2,14 @@ # See file COPYRIGHT for more information. # # Adjust these two lines for your ANSI C compiler @@ -14,8 +14,11 @@ +LIBSRC=icon +#LIBSRC=awk # If you have no Icon compiler, but do have icont, make ICONC=icont - ICONC=iconc +-ICONC=iconc ++ICONC=icont ICONT=icont + + # BIN is where the commands (notangle, noweave, nountangle, noroots) land @@ -18,13 +19,13 @@ # MAN7EXT is the extension for the nowebstyle man page (usually 7) # TEXINPUTS is the directory for TeX macro files |