diff options
Diffstat (limited to 'mail/dma/Makefile')
-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 b90d22b931c0..fea3273265fe 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -44,7 +44,7 @@ post-patch: ${WRKSRC}/dma.8 @${REINPLACE_CMD} -e 's, /etc/dma, ${PREFIX}/etc/dma,g' \ ${WRKSRC}/dma.conf - @${REINPLACE_CMD} -e '/^MK_MAN/d' -e 's/^NOMAN/NO_MAN/' \ + @${REINPLACE_CMD} -e '/^MK_MAN/d' -e 's/^NOMAN.*/MAN=/' \ ${WRKSRC}/bsd/dma-mbox-create/Makefile post-install: |