diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-29 16:42:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-29 16:42:52 +0000 |
commit | 1958770f73b94d747d85357aed6db7d0aa9e6ab7 (patch) | |
tree | c6fba39e774d0c44ba8bfebb54d362465cd61075 /sysutils/wmmemmon/Makefile | |
parent | 12e4632d1be852ba974e613765e57a24a4a49f5c (diff) | |
download | pkgsrc-1958770f73b94d747d85357aed6db7d0aa9e6ab7.tar.gz |
Basic DragonFly support. Doesn't support swap infos, but forcing
kvm access for that is not justified unless someone else actually
wants to implement it.
Diffstat (limited to 'sysutils/wmmemmon/Makefile')
-rw-r--r-- | sysutils/wmmemmon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/wmmemmon/Makefile b/sysutils/wmmemmon/Makefile index c4fa391bdd5..512f2e55502 100644 --- a/sysutils/wmmemmon/Makefile +++ b/sysutils/wmmemmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/01/23 16:17:23 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2007/01/29 16:42:52 joerg Exp $ # DISTNAME= wmmemmon-1.0.1 @@ -12,6 +12,9 @@ COMMENT= Dockapp to monitor memory and swap usages GNU_CONFIGURE= YES +post-extract: + ${CP} ${FILESDIR}/mem_dragonfly.c ${WRKSRC}/src + .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" |