diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 14:54:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 14:54:56 +0000 |
commit | f77fff859dcb36d28c011c45eb2a7d3a0f01ca83 (patch) | |
tree | 56282a00318e4b39fd7c065ea7d7aa99f89d0494 /security/bugs | |
parent | Remove 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/Makefile | 1 |
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 |