summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-dma-mbox-create-Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-03-04 23:01:08 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-03-04 23:01:08 +0000
commite5271c499132bc288b80053eea8f356e11dc4e44 (patch)
treeeb707eb33ad2d0d144be812a0b5ff8083f296013 /mail/dma/files/patch-dma-mbox-create-Makefile
parentUpdate to 1.202 (diff)
Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma. Changes: Adds maasquerading support PR: ports/165697 Submitted by: bz
Diffstat (limited to 'mail/dma/files/patch-dma-mbox-create-Makefile')
-rw-r--r--mail/dma/files/patch-dma-mbox-create-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/dma/files/patch-dma-mbox-create-Makefile b/mail/dma/files/patch-dma-mbox-create-Makefile
new file mode 100644
index 000000000000..da43f7c0c74c
--- /dev/null
+++ b/mail/dma/files/patch-dma-mbox-create-Makefile
@@ -0,0 +1,12 @@
+--- dma-mbox-create/Makefile.orig 2012-01-28 20:34:03.000000000 +0000
++++ dma-mbox-create/Makefile 2012-01-28 20:33:27.000000000 +0000
+@@ -0,0 +1,9 @@
++# $FreeBSD$
++
++.PATH: ${.CURDIR} ${.CURDIR}/../
++
++PROG= dma-mbox-create
++NO_MAN=
++
++.include "../BSDmakefile"
++.include <bsd.prog.mk>