diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-13 09:19:30 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-13 09:19:30 +0000 |
| commit | 9fa912f8d958f40e045e4423ba18c42588037662 (patch) | |
| tree | 89dc74f25e81e2984178324f2f74ea8480d5b8a9 | |
| parent | 51052cc62ac42376885f740a054e81e2342d09ac (diff) | |
Notes
| -rw-r--r-- | mail/dma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile index 6a893eb0119d..07591710c106 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -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 " |
