summaryrefslogtreecommitdiff
path: root/net/ywho
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-09-20 08:54:18 +0000
committerrillig <rillig@pkgsrc.org>2007-09-20 08:54:18 +0000
commit91b561515e00a5907fc74888bd7b93ba76c23be9 (patch)
treea73cafbd2c25dd91289b0bdee65ed21d94670f86 /net/ywho
parentbda39164636a87389a1b73bdd7515a3c5bc8fdc1 (diff)
downloadpkgsrc-91b561515e00a5907fc74888bd7b93ba76c23be9.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'net/ywho')
-rw-r--r--net/ywho/Makefile7
1 files changed, 4 insertions, 3 deletions
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"