diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-23 16:25:24 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-23 16:25:24 +0000 |
commit | 212d13bf551cc019dabdd20c20db8478cb5e51ed (patch) | |
tree | 7e5d7d338cf7b5cd85358794dba47c48d40765f3 /mail/bsmtp/Makefile | |
parent | a9e99979a4513067e9b69bf0a91fd4ebdbd43c92 (diff) |
Notes
Diffstat (limited to 'mail/bsmtp/Makefile')
-rw-r--r-- | mail/bsmtp/Makefile | 6 |
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}:' \ |