summaryrefslogtreecommitdiff
path: root/security/tacshell/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-20 23:05:27 +0000
committerwiz <wiz>2006-02-20 23:05:27 +0000
commitf0cf44043d0a53f5a6fe6e8930d8f8ce01b09dab (patch)
tree115721c30e9d06d6b8114c55d760badf4a665e6e /security/tacshell/Makefile
parenta86f440f55a06dfb8d107bc1749109907bac96cf (diff)
downloadpkgsrc-f0cf44043d0a53f5a6fe6e8930d8f8ce01b09dab.tar.gz
Convert to pkginstall framework. Bump PKGREVISION.
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"