diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-26 17:55:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-26 17:55:52 +0800 |
commit | 95724ef4dee586273da64d67d9af1cfdc86b3dfe (patch) | |
tree | 36cdcd3ff36150b941a330230927664790e55b27 /mail/dbmail22/Makefile | |
parent | 85b549a0b18bc53681647a770410d06820fe7853 (diff) | |
download | freebsd-ports-gnome-95724ef4dee586273da64d67d9af1cfdc86b3dfe.tar.gz freebsd-ports-gnome-95724ef4dee586273da64d67d9af1cfdc86b3dfe.tar.zst freebsd-ports-gnome-95724ef4dee586273da64d67d9af1cfdc86b3dfe.zip |
[update] mail/dbmail: sync to svn
1. #281 - fix compilation on FreeBSD 4.x
PR: ports/90914
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r-- | mail/dbmail22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 3c3007609473..cb7adc9d2047 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbmail PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.0/ PKGNAMESUFFIX= -${DATABASE} @@ -59,8 +59,8 @@ pre-everything:: @${ECHO} "" post-patch: - @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr - @${FIND} ${WRKSRC} -name *.orig -type f | ${XARGS} ${RM} -fr + ${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr + ${FIND} ${WRKSRC} -name '*.orig' -type f -delete post-configure: @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ |