From 353414311746cf3fb7741db76b83c021f3326f39 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 14 Nov 2011 23:52:26 +0000 Subject: Honor PKGMANDIR. --- net/ywho/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ywho/Makefile') diff --git a/net/ywho/Makefile b/net/ywho/Makefile index ac29a6f1e68..0413e675c69 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/03/17 22:12:54 zafer Exp $ +# $NetBSD: Makefile,v 1.12 2011/11/14 23:52:26 dholland Exp $ # DISTNAME= ywho-1.3 @@ -11,7 +11,7 @@ COMMENT= Who, users, uptime on clients in a sun-RPC network PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes -MAKE_FLAGS+= DEST=${DESTDIR}${PREFIX} +MAKE_FLAGS+= DEST=${DESTDIR}${PREFIX} PKGMANDIR=${PKGMANDIR} BUILD_TARGET= all INSTALL_TARGET= install install.man -- cgit v1.2.3