diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 09:55:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-26 09:55:52 +0000 |
commit | 74c04e9e7932ad53fdbeb22b54d8acb4309808f7 (patch) | |
tree | 0cc23e3732ce162d28e091e58a35915bd8391d4b /mail/dbmail22/Makefile | |
parent | 83d3bc6b325fc04742a8573cf33c86432387b924 (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=152081
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' \ |