diff options
author | reed <reed@pkgsrc.org> | 2005-03-30 20:06:59 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-30 20:06:59 +0000 |
commit | 12032034aa8819661921e0187378576b9b2140ff (patch) | |
tree | ab1f68428778b1f1c222619a6672bcdf90beb2d9 /net/host | |
parent | 65d16b1f4969472cf00b5025e84d4cabfc8d12e0 (diff) | |
download | pkgsrc-12032034aa8819661921e0187378576b9b2140ff.tar.gz |
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 (limited to 'net/host')
-rw-r--r-- | net/host/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |