summaryrefslogtreecommitdiff
path: root/net/tacacs/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /net/tacacs/Makefile
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'net/tacacs/Makefile')
-rw-r--r--net/tacacs/Makefile4
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