summaryrefslogtreecommitdiff
path: root/sysutils/pstree
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /sysutils/pstree
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/pstree')
-rw-r--r--sysutils/pstree/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
index 0abfc37d2e6..7bc0db8dfcb 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2003/07/17 22:53:45 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/20 12:26:16 agc Exp $
#
DISTNAME= pstree-2.19
-WRKSRC= ${WRKDIR}
CATEGORIES= sysutils
# PKGREVISION= 1
MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
@@ -10,6 +9,8 @@ MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Display processes in a tree
+WRKSRC= ${WRKDIR}
+
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c