pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/host Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3ddda7ab52b
branches:  trunk
changeset: 521313:c3ddda7ab52b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 09 09:26:21 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 net/host/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ac7000d62c97 -r c3ddda7ab52b net/host/Makefile
--- a/net/host/Makefile Thu Nov 09 09:24:21 2006 +0000
+++ b/net/host/Makefile Thu Nov 09 09:26:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/10/03 14:25:55 schwarz Exp $
+# $NetBSD: Makefile,v 1.16 2006/11/09 09:26:21 rillig Exp $
 
 DISTNAME=      host-20040812
 CATEGORIES=    net
@@ -8,11 +8,11 @@
 HOMEPAGE=      http://www.weird.com/~woods/projects/host.html
 COMMENT=       Powerful DNS query and testing tool
 
-INSTALLATION_DIRS=     bin man/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 NO_CONFIGURE = yes
 
+MAKE_ENV+=     ${BSD_MAKE_ENV}
 MAKE_FILE=     Makefile.BSD
-
 MAKE_FLAGS+=   __NetBSD__=1
 
 USE_TOOLS+=    nroff



Home | Main Index | Thread Index | Old Index