svn commit: r431351 - head/mail/gotmail

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 13 09:18:57 UTC 2017


Author: amdmi3
Date: Fri Jan 13 09:18:55 2017
New Revision: 431351
URL: https://svnweb.freebsd.org/changeset/ports/431351

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

Modified:
  head/mail/gotmail/Makefile

Modified: head/mail/gotmail/Makefile
==============================================================================
--- head/mail/gotmail/Makefile	Fri Jan 13 09:01:14 2017	(r431350)
+++ head/mail/gotmail/Makefile	Fri Jan 13 09:18:55 2017	(r431351)
@@ -28,7 +28,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100077
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
 # chmod -R bug
 post-extract:
 	@${CHMOD} 755 ${WRKSRC}


More information about the svn-ports-all mailing list