summaryrefslogtreecommitdiff
path: root/mail/sendmail/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-03-25 03:40:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2021-03-25 03:40:32 +0000
commitcfd9cb88b037df095f73e93e3c042c0730a7508c (patch)
tree6033aa7e22f405d2201ed8c3d35cd411cd29a8b4 /mail/sendmail/Makefile
parentSome hiccup in the Samba release management: (diff)
- update option CYRUSLOOKUP
PR: 254495 Submitted by: nork(at)inth-nine.com
Diffstat (limited to 'mail/sendmail/Makefile')
-rw-r--r--mail/sendmail/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index d4df6dab76f7..e1e373ebd038 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.16.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
DISTNAME= ${PORTNAME}.${PORTVERSION}
@@ -160,6 +160,9 @@ SED_SCRIPT= -e "s|\`-O'|\`${CFLAGS}'|" \
SED_SCRIPT+= -e "s;-DNIS ;;"
.endif
+post-patch:
+ @cd ${WRKSRC} && ${FIND} cf -type f -name "*.orig" -print0 | ${XARGS} -0 ${RM}
+
do-configure:
.if ${PORT_OPTIONS:MGDBM}
@(if [ ! -e "${LOCALBASE}/lib/libgdbm_compat.so" ] ; then \