summaryrefslogtreecommitdiff
path: root/x11/xterm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-09-06 09:00:32 +0000
committerwiz <wiz@pkgsrc.org>2008-09-06 09:00:32 +0000
commit986da88a70e069315146dc99d5861bea91169307 (patch)
treee4b13c375fffeff8472e749736a3eec752917543 /x11/xterm
parentd0bf9cc381656d7172fa2dfb275baea1c020fae5 (diff)
downloadpkgsrc-986da88a70e069315146dc99d5861bea91169307.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/Makefile5
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"