diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-06-23 22:49:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-06-23 22:49:01 +0000 |
commit | b83ea834e2a77dff39893181e68d9442fd55ba40 (patch) | |
tree | 66f0e8ca816fbfb183224c6682de3d4c06c7f50b /app/xterm | |
parent | 5938200e572b75f8ce636f42e27793efc3f3cbf4 (diff) |
switch to installing source manuals:
* cope with new bsd.man.mk
* update imake configuration
ports use of imake remains unchanged
Diffstat (limited to 'app/xterm')
-rw-r--r-- | app/xterm/Makefile | 13 | ||||
-rw-r--r-- | app/xterm/resize/Makefile | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile index 5878b8e28..3d77c927d 100644 --- a/app/xterm/Makefile +++ b/app/xterm/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2011/03/08 20:48:59 matthieu Exp $ +# $OpenBSD: Makefile,v 1.18 2011/06/23 22:48:59 naddy Exp $ .include <bsd.xconf.mk> SUBDIR= icons resize PROG= xterm -MAN= xterm.1tbl uxterm.1 koi8rxterm.1 +MAN= xterm.1 uxterm.1 koi8rxterm.1 BINGRP= utmp BINMODE= 2755 @@ -25,7 +25,7 @@ SRCS= TekPrsTbl.c Tekproc.c VTPrsTbl.c button.c cachedGCs.c \ misc.c precompose.c print.c ptydata.c wcwidth.c screen.c \ scrollback.c scrollbar.c tabs.c util.c xstrings.c -MANDIR= ${X11BASE}/man/cat +MANDIR= ${X11BASE}/man/man XETC?= /etc/X11 .if ${MACHINE_ARCH} == "arm" @@ -33,13 +33,6 @@ charproc.o: charproc.c ${CC} -g -c ${CPPFLAGS} ${.CURDIR}/charproc.c .endif -xterm.1tbl: xterm.man - sed -e 's#__vendorversion__#"X Window System"#g' \ - -e 's#__mansuffix__#1#g' \ - -e 's#__miscmansuffix__#7#g' \ - -e 's#__apploaddir__#${X11ETC}/app-defaults#g' \ - < ${.CURDIR}/xterm.man > $@ - .SUFFIXES: .man .1 .man.1: diff --git a/app/xterm/resize/Makefile b/app/xterm/resize/Makefile index 4058fc7b1..72d61002e 100644 --- a/app/xterm/resize/Makefile +++ b/app/xterm/resize/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2008/03/22 12:40:02 merdely Exp $ +# $OpenBSD: Makefile,v 1.5 2011/06/23 22:48:59 naddy Exp $ PROG= resize MAN= resize.1 @@ -11,7 +11,7 @@ CPPFLAGS+= -I${.CURDIR}/.. -I${X11BASE}/include \ -DFUNCPROTO=15 -DNARROWPROTO -DXFREE86_FT2 -DUTMP X11BASE?= /usr/X11R6 -MANDIR= ${X11BASE}/man/cat +MANDIR= ${X11BASE}/man/man SRCS= resize.c xstrings.c |