diff options
author | hans <hans@pkgsrc.org> | 2012-01-12 15:58:33 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-12 15:58:33 +0000 |
commit | 59ed07467848a4fb00c5770aad50112e182336f5 (patch) | |
tree | 98dfcb099e65833a23220dbc215e3cf970942256 /sysutils | |
parent | 38a907b392cff55c96a3e958f177de934ccad41f (diff) | |
download | pkgsrc-59ed07467848a4fb00c5770aad50112e182336f5.tar.gz |
Uses pod2man and pod2html.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index 595be82ad3f..7a3304c613d 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2011/12/09 14:36:36 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2012/01/12 15:58:33 hans Exp $ DISTNAME= xps-4.2 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Displays the Unix process list as a hierarchical tree PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl pod2man pod2html GNU_CONFIGURE= yes CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults |