pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/host Use INSTALLATION_DIRS to pre-create bin and m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48f2a37f4546
branches:  trunk
changeset: 491842:48f2a37f4546
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Mar 30 20:06:59 2005 +0000

description:
Use INSTALLATION_DIRS to pre-create bin and man/man1.

TODO: This package is still broken. It installs man page to
${PREFIX}/share/man/man1 (on NetBSD) and also
installs a catman page (generated but no dependency on nroff)
which is not listed in PLIST.

diffstat:

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

diffs (17 lines):

diff -r c229184a1163 -r 48f2a37f4546 net/host/Makefile
--- a/net/host/Makefile Wed Mar 30 20:06:20 2005 +0000
+++ b/net/host/Makefile Wed Mar 30 20:06:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/26 10:01:51 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/03/30 20:06:59 reed Exp $
 
 DISTNAME=      host-20040812
 CATEGORIES=    net
@@ -8,6 +8,7 @@
 HOMEPAGE=      http://www.weird.com/~woods/projects/host.html
 COMMENT=       Powerful DNS query and testing tool
 
+INSTALLATION_DIRS=     bin man/man1
 NO_CONFIGURE = yes
 
 MAKEFILE=      Makefile.BSD



Home | Main Index | Thread Index | Old Index