aboutsummaryrefslogtreecommitdiff
path: root/mail/bsmtp/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-02-23 16:25:24 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-02-23 16:25:24 +0000
commit212d13bf551cc019dabdd20c20db8478cb5e51ed (patch)
tree7e5d7d338cf7b5cd85358794dba47c48d40765f3 /mail/bsmtp/Makefile
parenta9e99979a4513067e9b69bf0a91fd4ebdbd43c92 (diff)
Notes
Diffstat (limited to 'mail/bsmtp/Makefile')
-rw-r--r--mail/bsmtp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile
index 9a199323a038..50c8da64c718 100644
--- a/mail/bsmtp/Makefile
+++ b/mail/bsmtp/Makefile
@@ -6,7 +6,7 @@
PORTNAME= bsmtp
PORTVERSION= 1.02
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/
@@ -25,6 +25,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/uux:${PORTSDIR}/net/freebsd-uucp
UUPREFIX= ${LOCALBASE}
.endif
+post-patch:
+ @${CP} ${WRKSRC}/bsmtp.m4.8.9.in ${WRKSRC}/bsmtp.m4.8.10.in
+ @${CP} ${FILESDIR}/bsmtp.m4.*.in ${WRKSRC}/
+
pre-configure:
@${SED} <${FILESDIR}/config.sed >${WRKSRC}/config.sed \
-e 's:%%CC%%:${CC}:' \