Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.50 diff -u -p -r1.42 -r1.50 --- pkgsrc/x11/xterm/Makefile 2008/05/04 07:33:22 1.42 +++ pkgsrc/x11/xterm/Makefile 2009/01/06 18:20:25 1.50 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2008/05/04 07:33:22 dsainty Exp $ +# $NetBSD: Makefile,v 1.50 2009/01/06 18:20:25 tnn Exp $ -DISTNAME= xterm-235 +DISTNAME= xterm-238 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ @@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_DIRS+= xdg-1.4 +USE_TOOLS+= tbl + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CONFIGURE_ARGS+= --enable-88-color @@ -50,11 +52,13 @@ BUILDLINK_DEPMETHOD.libxkbfile?= build .include "../../x11/libxkbfile/buildlink3.mk" post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications && \ - ${INSTALL_DATA} ${WRKSRC}/xterm.desktop \ + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications && \ + ${INSTALL_DATA} ${WRKSRC}/xterm.desktop \ ${DESTDIR}${PREFIX}/share/applications && \ - ${INSTALL_DATA} ${WRKSRC}/uxterm.desktop \ + ${INSTALL_DATA} ${WRKSRC}/uxterm.desktop \ ${DESTDIR}${PREFIX}/share/applications + cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && tbl xterm.1 \ + > xterm.1.tbl && mv xterm.1.tbl xterm.1 .include "options.mk"