summaryrefslogtreecommitdiff
path: root/sysutils/psmisc/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-03-17 15:54:52 +0000
committerjlam <jlam@pkgsrc.org>2000-03-17 15:54:52 +0000
commitdec6c539b3a13d16fe6abd9b770fb79aa21d82c1 (patch)
treeba101140789b18ccc57b610f452772c2fa78d0e0 /sysutils/psmisc/Makefile
parenta9ccb3e989b0fbe2edf83a539db31ef9778828de (diff)
downloadpkgsrc-dec6c539b3a13d16fe6abd9b770fb79aa21d82c1.tar.gz
Updated psmisc to version 19. Changes from version 17:
- supports /proc/cmdline on NetBSD - killall: new option -g to kill process group instead of process - pidof: new option -g to show PGID instead of PID (by Florian La Roche) - pstree: new option -H to highlight process specified by PID
Diffstat (limited to 'sysutils/psmisc/Makefile')
-rw-r--r--sysutils/psmisc/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile
index 71a25fbc164..08ebb3cb7dd 100644
--- a/sysutils/psmisc/Makefile
+++ b/sysutils/psmisc/Makefile
@@ -1,13 +1,21 @@
-# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:47 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/03/17 15:54:52 jlam Exp $
#
-DISTNAME= psmisc-17
+DISTNAME= psmisc-19
CATEGORIES= sysutils
MASTER_SITES= ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/ \
${MASTER_SITE_SUNSITE:=system/status/ps/}
-MAINTAINER= bjh21@cam.ac.uk
+MAINTAINER= packages@netbsd.org
WRKSRC= ${WRKDIR}/psmisc
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/killall ${PREFIX}/bin
+ ${LN} -sf killall ${PREFIX}/bin/pidof
+ ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/killall.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pidof.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pstree.1 ${PREFIX}/man/man1
+
.include "../../mk/bsd.pkg.mk"