summaryrefslogtreecommitdiff
path: root/mail/dma/files/patch-dma-Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-02-14 14:55:10 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-02-14 14:55:10 +0000
commit46270cda838cf13a4ce5611aadd5b104b700fe6d (patch)
tree2bb04c8648d9f90a6e8a210fa1c812f4c70aa750 /mail/dma/files/patch-dma-Makefile
parent- Fix formating (diff)
- Update to 0.11
- Update GITHUB usage - Use software own install target - Removed support for unsupported FreeBSD releases
Notes
Notes: svn path=/head/; revision=408860
Diffstat (limited to 'mail/dma/files/patch-dma-Makefile')
-rw-r--r--mail/dma/files/patch-dma-Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/dma/files/patch-dma-Makefile b/mail/dma/files/patch-dma-Makefile
deleted file mode 100644
index eb5156192890..000000000000
--- a/mail/dma/files/patch-dma-Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
---- dma/Makefile.orig 2013-08-22 10:56:28.000000000 +0000
-+++ dma/Makefile 2013-08-22 11:18:05.000000000 +0000
-@@ -0,0 +1,15 @@
-+.PATH: ${.CURDIR} ${.CURDIR}/../
-+
-+PROG= dma
-+SRCS= aliases_parse.y aliases_scan.l base64.c conf.c crypto.c
-+SRCS+= dma.c dns.c local.c mail.c net.c spool.c util.c
-+MAN= dma.8
-+
-+CFLAGS+= -DYY_NO_INPUT
-+DPADD= ${LIBSSL} ${LIBCRYPTO}
-+LDADD= -lssl -lcrypto
-+
-+YFLAGS+= -i
-+
-+.include "../BSDmakefile"
-+.include <bsd.prog.mk>