diff options
author | obache <obache@pkgsrc.org> | 2007-04-30 02:49:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-30 02:49:15 +0000 |
commit | 581d8b6a85701f1bfc90572af9264e25f6eef642 (patch) | |
tree | 95bf0c7445c8d374a4930a8e1f9d821e9c931772 /sysutils/pstree | |
parent | 84991d684000675385e6f55b11530e850cb9874f (diff) | |
download | pkgsrc-581d8b6a85701f1bfc90572af9264e25f6eef642.tar.gz |
Add original MASTER_SITE and HOMEPAGE.
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index f1b6275cc2e..0d564fffecd 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.18 2006/03/29 21:31:48 ghen Exp $ +# $NetBSD: Makefile,v 1.19 2007/04/30 02:49:15 obache Exp $ # DISTNAME= pstree-2.27 CATEGORIES= sysutils # PKGREVISION= 1 -MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ +MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \ + http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Display processes in a tree +HOMEPAGE= http://www.thp.uni-duisburg.de/pstree/ WRKSRC= ${WRKDIR} |