summaryrefslogtreecommitdiff
path: root/security/tacshell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/tacshell/Makefile')
-rw-r--r--security/tacshell/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/security/tacshell/Makefile b/security/tacshell/Makefile
index d8623ac3e87..9a17b6c1150 100644
--- a/security/tacshell/Makefile
+++ b/security/tacshell/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/26 12:04:27 sekiya Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/20 23:05:27 wiz Exp $
DISTNAME= tacshell-0.91
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.rezrov.net/software/
@@ -9,5 +10,12 @@ HOMEPAGE= http://www.rezrov.net/software/tacshell.html
COMMENT= RSA ACE/Server sdshell workalike, using TACACS+
GNU_CONFIGURE= YES
+CONF_FILES+= $(PREFIX)/share/examples/tacshell/tacshell.conf \
+ ${PKG_SYSCONFDIR}/tacshell.conf
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tacshell
+ ${INSTALL_DATA} ${WRKSRC}/tacshell.conf-example \
+ ${PREFIX}/share/examples/tacshell/tacshell.conf
.include "../../mk/bsd.pkg.mk"