diff options
author | obache <obache@pkgsrc.org> | 2010-12-27 13:15:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-27 13:15:05 +0000 |
commit | 5104cc0abdbcd0154c0831d60df0234482b083d8 (patch) | |
tree | d74d958e1664746bc71ceb98d73c418129e810e7 /sysutils/top/Makefile | |
parent | 2352468d6bd422e5733dbf4d499c037ab08923e8 (diff) | |
download | pkgsrc-5104cc0abdbcd0154c0831d60df0234482b083d8.tar.gz |
Update DragonFly support file, based on PR#44280, fixed by me for x86_64.
Also fix patches for NetBSD, int != long arch.
Bump PKGREVISION.
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r-- | sysutils/top/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index 74c12e9dfda..22eca4ab16d 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2010/10/09 13:02:27 obache Exp $ +# $NetBSD: Makefile,v 1.37 2010/12/27 13:15:05 obache Exp $ DISTNAME= top-3.6.1 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.groupsys.com/pub/top/ |