From d993be56cb3ed557b396b578f4d9d93020c177b9 Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 30 Mar 2005 20:06:59 +0000 Subject: 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. --- net/host/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/host') diff --git a/net/host/Makefile b/net/host/Makefile index 2c5f567273c..3ff8e3e0129 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 -- cgit v1.2.3