aboutsummaryrefslogtreecommitdiff
path: root/mail/dbmail22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r--mail/dbmail22/Makefile6
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' \