aboutsummaryrefslogtreecommitdiff
path: root/mail/dbmail22/Makefile
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2005-06-18 21:34:54 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2005-06-18 21:34:54 +0000
commit7ac7c9c877df7a15bc701db2d3ac9f6e312aa7f7 (patch)
treeb3783e7c17cc760314b4e3b5746ed0abc708b4f7 /mail/dbmail22/Makefile
parent0f572f554270465619375e54399fb06d3a9108bd (diff)
downloadports-7ac7c9c877df7a15bc701db2d3ac9f6e312aa7f7.tar.gz
ports-7ac7c9c877df7a15bc701db2d3ac9f6e312aa7f7.zip
Notes
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r--mail/dbmail22/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile
index fb5c362f4bb5..a67e4be6ec2a 100644
--- a/mail/dbmail22/Makefile
+++ b/mail/dbmail22/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dbmail
-PORTVERSION= 2.0.0
-PORTREVISION= 2
+PORTVERSION= 2.0.4
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/download/
PKGNAMESUFFIX= -${DATABASE}
@@ -63,7 +62,7 @@ pre-everything::
@${ECHO} ""
post-patch:
- @${FIND} ${WRKSRC} -name CVS -type d | xargs ${RM} -fr
+ @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr
post-configure:
@${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \
@@ -99,5 +98,4 @@ post-install:
@${ECHO} " /etc/rc.conf."
@${ECHO} ""
-
.include <bsd.port.mk>