svn commit: r431280 - head/deskutils/simplegroupware

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 15:18:19 UTC 2017


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

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

Modified:
  head/deskutils/simplegroupware/Makefile

Modified: head/deskutils/simplegroupware/Makefile
==============================================================================
--- head/deskutils/simplegroupware/Makefile	Thu Jan 12 15:16:45 2017	(r431279)
+++ head/deskutils/simplegroupware/Makefile	Thu Jan 12 15:18:18 2017	(r431280)
@@ -26,7 +26,7 @@ do-install:
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100077
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
 # chmod -R bug.
 # Do not use "-exec ... +", because of the same bug, it will not work.
 post-extract:


More information about the svn-ports-all mailing list