diff options
author | cube <cube@pkgsrc.org> | 2004-02-24 23:44:04 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-24 23:44:04 +0000 |
commit | af65816aa708509a718408c6740ebddf4333e3a9 (patch) | |
tree | 5e7c91ebe1593b0f10658bf6382f9ee8894f366f /net/gkrellm-ping | |
parent | ce727c04bc7621459148b87edf88e5eed6ba733b (diff) | |
download | pkgsrc-af65816aa708509a718408c6740ebddf4333e3a9.tar.gz |
Enable gkrellm-multiping and gkrellm1-{snmp,wireless}. Correct paths.
Diffstat (limited to 'net/gkrellm-ping')
-rw-r--r-- | net/gkrellm-ping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile index 6defa4b98ef..d44760a2b15 100644 --- a/net/gkrellm-ping/Makefile +++ b/net/gkrellm-ping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/24 14:50:05 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/24 23:44:04 cube Exp $ DISTNAME= gkrellmPing-0.2-3 PKGNAME= gkrellm-ping-0.2.3 @@ -18,5 +18,5 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmPing.so ${PREFIX}/lib/gkrellm/plugins/ -.include "../../sysutils/gkrellm/buildlink2.mk" +.include "../../sysutils/gkrellm1/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |