svn commit: r437932 - head/security/bugs

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 7 16:00:07 UTC 2017


Author: amdmi3
Date: Fri Apr  7 16:00:06 2017
New Revision: 437932
URL: https://svnweb.freebsd.org/changeset/ports/437932

Log:
  - Always accompany OSVERSION check with OPSYS check

Modified:
  head/security/bugs/Makefile

Modified: head/security/bugs/Makefile
==============================================================================
--- head/security/bugs/Makefile	Fri Apr  7 15:58:51 2017	(r437931)
+++ head/security/bugs/Makefile	Fri Apr  7 16:00:06 2017	(r437932)
@@ -55,7 +55,7 @@ post-install-DOCS-on:
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100077
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
 # chmod -R bug
 post-extract:
 	${CHMOD} +x ${WRKSRC}/lib/unix ${WRKSRC}/lib/windows


More information about the svn-ports-head mailing list