diff options
author | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
commit | f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/tacacs | |
parent | 516d949f51bec91a74690755d12106271036f8f8 (diff) | |
download | pkgsrc-f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/tacacs')
-rw-r--r-- | net/tacacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |