summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-09-28 11:05:43 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-09-28 11:05:43 +0000
commit6830c76e73cf04b5e0b4c2dc2c6f26c5268c6bf7 (patch)
tree30399bea710dbe181b325bc6c3a6eb752ee7cd65 /devel
parentInstall header files; they are needed for some third-party extensions. (diff)
- Fix building after recent upgrade of lang/icon.
- Sort MAN1.
Notes
Notes: svn path=/head/; revision=48241
Diffstat (limited to 'devel')
-rw-r--r--devel/noweb/Makefile6
-rw-r--r--devel/noweb/files/patch-a9
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