diff options
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 6 | ||||
-rw-r--r-- | devel/noweb/files/patch-a | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 86c365d2437e..33be35813b08 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -17,9 +17,9 @@ BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src -MAN1= cpif.1 nodefs.1 noroots.1 noweb.1 noindex.1 \ - noroff.1 nuweb2noweb.1 notangle.1 sl2h.1 htmltoc.1 -MAN7= nowebstyle.7 nowebfilters.7 +MAN1= cpif.1 htmltoc.1 nodefs.1 noindex.1 noroff.1 noroots.1 \ + notangle.1 noweb.1 nuweb2noweb.1 sl2h.1 +MAN7= nowebfilters.7 nowebstyle.7 MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1 post-build: 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 |