summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 01:40:27 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 01:40:27 +0000
commit159d6bfff22dd29ffb2f547464e51f7c6bb86754 (patch)
tree96916ab144a56acc99eac353709e8f0205253987 /security
parentUpdate to 1.0.2. (diff)
Fix strange permissions on directories which fail to make the port
patch properly without root permissions.
Notes
Notes: svn path=/head/; revision=90972
Diffstat (limited to 'security')
-rw-r--r--security/bugs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile
index 0ebb6f005ecc..f5601272372c 100644
--- a/security/bugs/Makefile
+++ b/security/bugs/Makefile
@@ -21,6 +21,9 @@ USE_REINPLACE= yes
# No Manual page
+post-extract:
+ ${FIND} ${WRKSRC} -type d -exec ${CHMOD} +x {} \;
+
post-configure:
(cd ${WRKSRC}; ${MAKE} bsd);
${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile;