summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-20 08:54:18 +0000
committerrillig <rillig>2007-09-20 08:54:18 +0000
commit856b11d40eef7f421eb170ba1f299a0a41f0bd84 (patch)
treea73cafbd2c25dd91289b0bdee65ed21d94670f86 /net
parentca373edf29593068091836022242cc63ae926763 (diff)
downloadpkgsrc-856b11d40eef7f421eb170ba1f299a0a41f0bd84.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'net')
-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"