pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/host * Also ${PKGMANDIR}/cat1 before install, then...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13abd320a302
branches:  trunk
changeset: 536717:13abd320a302
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 21 11:20:40 2007 +0000

description:
* Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share

diffstat:

 net/host/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 45b1ccd8a7f9 -r 13abd320a302 net/host/Makefile
--- a/net/host/Makefile Fri Dec 21 03:38:06 2007 +0000
+++ b/net/host/Makefile Fri Dec 21 11:20:40 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/10/16 23:49:01 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2007/12/21 11:20:40 obache Exp $
 
 DISTNAME=      host-20040812
 CATEGORIES=    net
@@ -8,15 +8,18 @@
 HOMEPAGE=      http://www.weird.com/~woods/projects/host.html
 COMMENT=       Powerful DNS query and testing tool
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
 NO_CONFIGURE = yes
 
 MAKE_ENV+=     ${BSD_MAKE_ENV}
 MAKE_FILE=     Makefile.BSD
 MAKE_FLAGS+=   __NetBSD__=1
+MAKE_FLAGS+=   SHARE=/${PKGMANDIR}
 
 USE_TOOLS+=    nroff
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
 CPPFLAGS+=     -DBIND_8_COMPAT



Home | Main Index | Thread Index | Old Index