- Fix building after recent upgrade of lang/icon.
- Sort MAN1.
This commit is contained in:
parent
599e6755bf
commit
6830c76e73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48241
2 changed files with 9 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue