svn commit: r431353 - head/mail/dma

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 13 09:19:31 UTC 2017


Author: amdmi3
Date: Fri Jan 13 09:19:30 2017
New Revision: 431353
URL: https://svnweb.freebsd.org/changeset/ports/431353

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

Modified:
  head/mail/dma/Makefile

Modified: head/mail/dma/Makefile
==============================================================================
--- head/mail/dma/Makefile	Fri Jan 13 09:19:18 2017	(r431352)
+++ head/mail/dma/Makefile	Fri Jan 13 09:19:30 2017	(r431353)
@@ -40,7 +40,7 @@ CONFFILES+=	dma.conf auth.conf
 .include <bsd.port.pre.mk>
 
 # 11.x has dma imported into base and /var/spool/dma added to mtree
-.if ${OSVERSION} < 1100009
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100009
 PLIST_SUB+=	VARDIR=""
 .else
 PLIST_SUB+=	VARDIR="@comment "


More information about the svn-ports-all mailing list