diff options
author | wiz <wiz> | 2008-09-06 09:00:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-06 09:00:32 +0000 |
commit | 91dc0c3e83879920da7b47571cb8db92e675e723 (patch) | |
tree | e4b13c375fffeff8472e749736a3eec752917543 /x11/xterm | |
parent | bd800db35d87d727a5bc9b5aff6141fa95c734fe (diff) | |
download | pkgsrc-91dc0c3e83879920da7b47571cb8db92e675e723.tar.gz |
Man page needs to be run through tbl(1) -- make it so.
Bump PKGREVISION.
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index e4075a086a2..802e2f69f4e 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2008/08/01 23:14:47 bjs Exp $ +# $NetBSD: Makefile,v 1.44 2008/09/06 09:00:32 wiz Exp $ DISTNAME= xterm-236 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ @@ -55,6 +56,8 @@ post-install: ${DESTDIR}${PREFIX}/share/applications && \ ${INSTALL_DATA} ${WRKSRC}/uxterm.desktop \ ${DESTDIR}${PREFIX}/share/applications + cd ${PREFIX}/${PKGMANDIR}/man1 && tbl xterm.1 > xterm.1.tbl && \ + mv xterm.1.tbl xterm.1 .include "options.mk" |