summaryrefslogtreecommitdiff
path: root/security/bugs
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-02 14:54:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-02 14:54:56 +0000
commitf77fff859dcb36d28c011c45eb2a7d3a0f01ca83 (patch)
tree56282a00318e4b39fd7c065ea7d7aa99f89d0494 /security/bugs
parentRemove no-op patch. (diff)
Add a small comment to explain what 1100077 is about.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=425159
Diffstat (limited to 'security/bugs')
-rw-r--r--security/bugs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile
index bbbe19f014dc..c30035307636 100644
--- a/security/bugs/Makefile
+++ b/security/bugs/Makefile
@@ -58,6 +58,7 @@ post-install-DOCS-on:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1100077
+# chmod -R bug
post-extract:
${CHMOD} +x ${WRKSRC}/lib/unix ${WRKSRC}/lib/windows
.endif