aboutsummaryrefslogtreecommitdiff
path: root/mail/dma/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /mail/dma/Makefile
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Notes
Diffstat (limited to 'mail/dma/Makefile')
-rw-r--r--mail/dma/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile
index b70393bfeb17..1db2da9f1eb1 100644
--- a/mail/dma/Makefile
+++ b/mail/dma/Makefile
@@ -36,14 +36,8 @@ EXTRA_PATCHES= ${FILESDIR}/fix-security-hole.patch:-p1
# Allow subports to extend.
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 ${OPSYS} == FreeBSD && ${OSVERSION} < 1100009
-PLIST_SUB+= VARDIR=""
-.else
PLIST_SUB+= VARDIR="@comment "
-.endif
post-patch:
@${REINPLACE_CMD} -e 's,/etc/dma,${PREFIX}/etc/dma,g' \
@@ -59,4 +53,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/dma.conf ${STAGEDIR}${ETCDIR}/dma.conf.sample
${INSTALL_DATA} ${WRKSRC}/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf.sample
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>