svn commit: r431279 - head/x11/fluxbg

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 15:16:47 UTC 2017


Author: amdmi3
Date: Thu Jan 12 15:16:45 2017
New Revision: 431279
URL: https://svnweb.freebsd.org/changeset/ports/431279

Log:
  - Always check OPSYS along with OSVERSION
  
  Approved by:	portmgr blanket

Modified:
  head/x11/fluxbg/Makefile

Modified: head/x11/fluxbg/Makefile
==============================================================================
--- head/x11/fluxbg/Makefile	Thu Jan 12 15:16:33 2017	(r431278)
+++ head/x11/fluxbg/Makefile	Thu Jan 12 15:16:45 2017	(r431279)
@@ -27,7 +27,7 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100077
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
 # chmod -R bug
 post-extract:
 	${CHMOD} +x ${WRKSRC}/autom4te.cache


More information about the svn-ports-all mailing list