diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-02-14 14:55:10 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-02-14 14:55:10 +0000 |
commit | 46270cda838cf13a4ce5611aadd5b104b700fe6d (patch) | |
tree | 2bb04c8648d9f90a6e8a210fa1c812f4c70aa750 /mail/dma/files/patch-BSDMakefile | |
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-BSDMakefile')
-rw-r--r-- | mail/dma/files/patch-BSDMakefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/dma/files/patch-BSDMakefile b/mail/dma/files/patch-BSDMakefile deleted file mode 100644 index 5c31d0bb6011..000000000000 --- a/mail/dma/files/patch-BSDMakefile +++ /dev/null @@ -1,31 +0,0 @@ ---- BSDmakefile.orig 2013-06-03 14:03:15.000000000 +0000 -+++ BSDmakefile 2013-08-22 10:35:28.000000000 +0000 -@@ -1,21 +1,13 @@ - # $DragonFly: src/libexec/dma/Makefile,v 1.5 2008/09/19 00:36:57 corecode Exp $ - # - --version!= sh get-version.sh -+version!= (cd .. && sh get-version.sh) - --CFLAGS+= -I${.CURDIR} -+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. - CFLAGS+= -DHAVE_REALLOCF -DHAVE_STRLCPY -DHAVE_GETPROGNAME - CFLAGS+= -DLIBEXEC_PATH='"${LIBEXEC}"' -DDMA_VERSION='"${version}"' - CFLAGS+= -DCONF_PATH='"${CONFDIR}"' - --DPADD= ${LIBSSL} ${LIBCRYPTO} --LDADD= -lssl -lcrypto -- --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 -- - PREFIX?= /usr/local - LIBEXEC?= ${PREFIX}/libexec - CONFDIR?= ${PREFIX}/etc/dma -@@ -25,4 +17,3 @@ BINGRP= mail - BINMODE=2555 - WARNS?= 6 - --.include <bsd.prog.mk> |