diff options
Diffstat (limited to 'app/xterm/resize/Makefile')
-rw-r--r-- | app/xterm/resize/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/xterm/resize/Makefile b/app/xterm/resize/Makefile index 032aa2a6c..7abf4539d 100644 --- a/app/xterm/resize/Makefile +++ b/app/xterm/resize/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2007/05/11 06:54:20 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2008/01/13 17:22:58 matthieu Exp $ PROG= resize MAN= resize.1 @@ -17,9 +17,10 @@ SRCS= resize.c xstrings.c resize.1: resize.man sed -e 's#__vendorversion__#"X Window System"#g' \ + -e 's#__mansuffix__#1#g' \ -e 's#__miscmansuffix__#1#g' \ - -e 's#__apploaddir__#${X11ETC}/app-defaults#g' \ - < ${.CURDIR}/../resize.man > $@ + -e 's#__apploaddir__#${X11ETC}/app-defaults#g' \ + < ${.CURDIR}/../resize.man > $@ CLEANFILES+= resize.1 |