summaryrefslogtreecommitdiff
path: root/net/ywho
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-11 22:57:40 +0000
committerjoerg <joerg>2010-02-11 22:57:40 +0000
commit9c515dd2cc50d85fa7187efbf95f8370b883e837 (patch)
tree892f24338b971c99ecdc3db1d871d95d58c28c61 /net/ywho
parent8eda6f6d1e1dff0e556c982ee53d650414103d57 (diff)
downloadpkgsrc-9c515dd2cc50d85fa7187efbf95f8370b883e837.tar.gz
DESTDIR support
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"