diff options
author | hans <hans> | 2012-01-12 15:58:33 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-12 15:58:33 +0000 |
commit | 7067e7275e5be91e71b4b7c3b70cc0129e327e1e (patch) | |
tree | 98dfcb099e65833a23220dbc215e3cf970942256 /sysutils | |
parent | b6bf11947c4af7f2e79985f90c6c831f1e09becc (diff) | |
download | pkgsrc-7067e7275e5be91e71b4b7c3b70cc0129e327e1e.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 |