summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-31 23:13:24 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-31 23:13:24 +0000
commitc9c9c808116f2272f68952e4d9146e70cb2519cf (patch)
treec249284c572639a106e9986af0de27dfda9fbda5 /security
parent02768c9db8c689324928df458fd5258393d037c7 (diff)
downloadpkgsrc-c9c9c808116f2272f68952e4d9146e70cb2519cf.tar.gz
Fix permissions.
Diffstat (limited to 'security')
-rw-r--r--security/tacshell/Makefile6
-rw-r--r--security/tacshell/distinfo3
-rw-r--r--security/tacshell/patches/patch-aa13
3 files changed, 4 insertions, 18 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
diff --git a/security/tacshell/distinfo b/security/tacshell/distinfo
index 6e4fe7e4c7c..53b0b90ef90 100644
--- a/security/tacshell/distinfo
+++ b/security/tacshell/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/02/20 23:05:27 wiz Exp $
+$NetBSD: distinfo,v 1.4 2010/01/31 23:13:24 joerg Exp $
SHA1 (tacshell-0.91.tar.gz) = cddbdfd0bacd197d0783270898d3935026c9e54d
RMD160 (tacshell-0.91.tar.gz) = ac436ecb10c1a50852ec63b66f786bcbe0b24eb6
Size (tacshell-0.91.tar.gz) = 56453 bytes
-SHA1 (patch-aa) = 901014cd45cc8e3dc693bc8f3fc0fe548b24aef3
diff --git a/security/tacshell/patches/patch-aa b/security/tacshell/patches/patch-aa
deleted file mode 100644
index 552a69493db..00000000000
--- a/security/tacshell/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/02/20 23:05:27 wiz Exp $
-
---- Makefile.in.orig 2004-05-26 11:48:36.000000000 +0000
-+++ Makefile.in
-@@ -21,8 +21,6 @@ tacshell: tacshell.o $(SHARED_OBJS)
-
- install: all
- $(INSTALL) -o root -m 555 tacshell $(PREFIX)/bin/tacshell
-- mkdir -p -m 755 $(PREFIX)/etc
-- $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf-example
-
- pam_tacplus.so.1: pam.o $(SHARED_OBJS)
- $(CC) $(LDFLAGS) -shared -o pam_tacplus.so.1 pam.o $(SHARED_OBJS) $(LIBS)