summaryrefslogtreecommitdiff
path: root/net/ywho
diff options
context:
space:
mode:
Diffstat (limited to 'net/ywho')
-rw-r--r--net/ywho/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile
index 9620520cd0a..a0dfe0d0897 100644
--- a/net/ywho/Makefile
+++ b/net/ywho/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/09/20 08:57:53 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/11 23:25:51 joerg Exp $
#
DISTNAME= ywho-1.3
@@ -8,9 +8,13 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Who, users, uptime on clients in a sun-RPC network
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_CONFIGURE= yes
-MAKE_FLAGS+= DEST=${PREFIX}
+MAKE_FLAGS+= DEST=${DESTDIR}${PREFIX}
BUILD_TARGET= all
+
INSTALL_TARGET= install install.man
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"