1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-01-13 09:19:30 +00:00
parent 51052cc62a
commit 9fa912f8d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431353

View File

@ -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 "