From e46a9dd38060ef6414b4db2f15402a701e32c7b7 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 03:50:19 +0000 Subject: Create directories before installing files into them. --- net/tacacs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/tacacs/Makefile') diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 695191a8617..bf25d99921c 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:28 jlam Exp $ # DISTNAME= tac_plus.F4.0.4.alpha @@ -18,6 +18,8 @@ BUILD_TARGET= tac_plus MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" .endif +INSTALLATION_DIRS= man/man8 sbin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man8/tac_plus.8 -- cgit v1.2.3