git: 60cf11e09412 - main - mail/dma: Remove unused variables
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Feb 2022 11:46:33 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=60cf11e094125756bf00b6420d9651d2b1964ead commit 60cf11e094125756bf00b6420d9651d2b1964ead Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-02-25 11:40:50 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-02-25 11:40:50 +0000 mail/dma: Remove unused variables Sponsored by: Rubicon Communications, LLC ("Netgate") --- mail/dma/Makefile | 6 ------ mail/dma/pkg-plist | 1 - 2 files changed, 7 deletions(-) diff --git a/mail/dma/Makefile b/mail/dma/Makefile index 86f43819f8b9..cb5d91e5942c 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -33,12 +33,6 @@ SUB_FILES= pkg-message BUILD_WRKSRC= ${WRKSRC}/bsd INSTALL_WRKSRC= ${WRKSRC}/bsd -# 11.x has dma imported into base and /var/spool/dma added to mtree -PLIST_SUB+= VARDIR="@comment " - -# Allow subports to extend. -CONFFILES+= auth.conf dma.conf - post-patch: @${REINPLACE_CMD} -e 's,/etc/dma,${PREFIX}/etc/dma,g' \ ${WRKSRC}/dma.8 diff --git a/mail/dma/pkg-plist b/mail/dma/pkg-plist index b49ddfe5084e..2e01fb01bc70 100644 --- a/mail/dma/pkg-plist +++ b/mail/dma/pkg-plist @@ -3,4 +3,3 @@ @sample(root,mail,0644) etc/dma/dma.conf.sample @sample(root,mail,0640) etc/dma/auth.conf.sample share/man/man8/dma.8.gz -%%VARDIR%%@dir(root,mail,770) /var/spool/dma