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:
parent
51052cc62a
commit
9fa912f8d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431353
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user