diff options
author | dholland <dholland> | 2011-11-14 23:52:26 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-11-14 23:52:26 +0000 |
commit | 353414311746cf3fb7741db76b83c021f3326f39 (patch) | |
tree | 51191ee31d280c85e24889ff54d5dd8c8487cbf5 /net/ywho/Makefile | |
parent | 7b61af9e9c1566853da58fa7bcaa852ff2e3abfe (diff) | |
download | pkgsrc-353414311746cf3fb7741db76b83c021f3326f39.tar.gz |
Honor PKGMANDIR.
Diffstat (limited to 'net/ywho/Makefile')
-rw-r--r-- | net/ywho/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |