From 91b561515e00a5907fc74888bd7b93ba76c23be9 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 20 Sep 2007 08:54:18 +0000 Subject: Fixed pkglint warnings. --- net/ywho/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net/ywho') diff --git a/net/ywho/Makefile b/net/ywho/Makefile index 330eabc1fc1..9620520cd0a 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:03 tv Exp $ +# $NetBSD: Makefile,v 1.9 2007/09/20 08:57:53 rillig Exp $ # DISTNAME= ywho-1.3 @@ -9,7 +9,8 @@ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Who, users, uptime on clients in a sun-RPC network NO_CONFIGURE= yes -BUILD_TARGET= all DEST=${PREFIX} -INSTALL_TARGET= install install.man DEST=${PREFIX} +MAKE_FLAGS+= DEST=${PREFIX} +BUILD_TARGET= all +INSTALL_TARGET= install install.man .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3