summaryrefslogtreecommitdiff
path: root/security/tacshell/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-31 23:13:24 +0000
committerjoerg <joerg>2010-01-31 23:13:24 +0000
commit0127510b404e7e27a97c7414eabb4afbd40475c5 (patch)
treec249284c572639a106e9986af0de27dfda9fbda5 /security/tacshell/Makefile
parent95538e78e8c590ab5ec5c08423ea73f9cce7ba4d (diff)
downloadpkgsrc-0127510b404e7e27a97c7414eabb4afbd40475c5.tar.gz
Fix permissions.
Diffstat (limited to 'security/tacshell/Makefile')
-rw-r--r--security/tacshell/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tacshell/Makefile b/security/tacshell/Makefile
index 9af6cb553d4..fed538d9309 100644
--- a/security/tacshell/Makefile
+++ b/security/tacshell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/01/27 21:21:03 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/01/31 23:13:24 joerg Exp $
DISTNAME= tacshell-0.91
PKGREVISION= 1
@@ -16,9 +16,9 @@ CONF_FILES+= $(PREFIX)/share/examples/tacshell/tacshell.conf \
${PKG_SYSCONFDIR}/tacshell.conf
INSTALLATION_DIRS+= bin share/examples/tacshell
-INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tacshell ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tacshell.conf-example \
${DESTDIR}${PREFIX}/share/examples/tacshell/tacshell.conf