From 9c515dd2cc50d85fa7187efbf95f8370b883e837 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 11 Feb 2010 22:57:40 +0000 Subject: DESTDIR support --- net/ywho/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'net/ywho') 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" -- cgit v1.2.3