diff options
author | clement <clement@FreeBSD.org> | 2004-02-03 10:28:57 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-03 10:28:57 +0000 |
commit | dd137e1ce15b37b9bf682186afdcb66aa6d56635 (patch) | |
tree | ca320b6ad56adef6542acc55204a49319650be0f /mail/dbmail22/Makefile | |
parent | 615ed7ac939b9c8a107cfbd3a109dfb5b74b77fb (diff) | |
download | FreeBSD-ports-dd137e1ce15b37b9bf682186afdcb66aa6d56635.zip FreeBSD-ports-dd137e1ce15b37b9bf682186afdcb66aa6d56635.tar.gz |
- Update to 1.2.3
Diffstat (limited to 'mail/dbmail22/Makefile')
-rw-r--r-- | mail/dbmail22/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 32a39f5..d68fd68 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dbmail -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/tgz/ PKGNAMESUFFIX= -${DATABASE} @@ -54,6 +53,9 @@ pre-everything:: @${ECHO} " define WITH_PGSQL" @${ECHO} "" +post-patch: + @${FIND} ${WRKSRC} -name CVS -type d | xargs ${RM} -fr + post-configure: @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ ${WRKSRC}/dbmail.h |