summaryrefslogtreecommitdiff
path: root/security/tripwire
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-16 00:16:29 +0000
committerrillig <rillig>2007-11-16 00:16:29 +0000
commitfde74edd888aba8a9a2c2ed62731a4792a1e6b11 (patch)
tree0abc6883caf3d806662cbc7df1acda8dbbbf0945 /security/tripwire
parentcb0545d3b94415a9d52e50ee144d98fe00b7f4c8 (diff)
downloadpkgsrc-fde74edd888aba8a9a2c2ed62731a4792a1e6b11.tar.gz
By default, chmod follows symlinks, which is not intended here. Patch by
Lloyd Parkes in PR 37391.
Diffstat (limited to 'security/tripwire')
-rw-r--r--security/tripwire/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 51d625c9a60..8db7c1d93f8 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/10/09 12:49:23 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2007/11/16 00:16:29 rillig Exp $
#
DISTNAME= tripwire-1.2
@@ -30,7 +30,7 @@ pre-configure:
-e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g' \
${WRKSRC}/include/config.h.in > ${WRKSRC}/include/config.h
-PRE_ROOT_CMD= ${CHMOD} -R go+rwx ${WRKDIR}
+PRE_ROOT_CMD= ${CHMOD} -R go+rwx ${WRKSRC}
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/designdoc.ps ${PREFIX}/share/doc/tripwire