Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 09:19:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431353 - head/mail/dma
Message-ID:  <201701130919.v0D9JUwK068833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701130919.v0D9JUwK068833>