mail/dma: Remove unused variables
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
0f9ca77dc5
commit
60cf11e094
2 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue