aboutsummaryrefslogtreecommitdiffstats
path: root/mail/bsmtp/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-09 02:58:53 +0800
committerijliao <ijliao@FreeBSD.org>2001-02-09 02:58:53 +0800
commite9870e060ff6f7b5a78a11879f3d7393a0d74255 (patch)
tree042f17fa63bb6d813288baa877b83cb11f732dc3 /mail/bsmtp/Makefile
parentd29a77ae262a5483b41b393027395213023b8a66 (diff)
downloadfreebsd-ports-gnome-e9870e060ff6f7b5a78a11879f3d7393a0d74255.tar.gz
freebsd-ports-gnome-e9870e060ff6f7b5a78a11879f3d7393a0d74255.tar.zst
freebsd-ports-gnome-e9870e060ff6f7b5a78a11879f3d7393a0d74255.zip
update to 1.0.2
PR: 24936 Submitted by: MAINTAINER
Diffstat (limited to 'mail/bsmtp/Makefile')
-rw-r--r--mail/bsmtp/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile
index c2cf44843568..5cca5ff4fd04 100644
--- a/mail/bsmtp/Makefile
+++ b/mail/bsmtp/Makefile
@@ -5,20 +5,21 @@
# $FreeBSD$
PORTNAME= bsmtp
-PORTVERSION= 1.01
+PORTVERSION= 1.02
CATEGORIES= mail
MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/
MAINTAINER= naddy@mips.inka.de
+WRKSRC= ${WRKDIR}/${PORTNAME}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --redo
pre-configure:
- @${SED} -e 's,%%CC%%,${CC},' \
- -e 's,%%CFLAGS%%,${CFLAGS},' \
- -e 's,%%PREFIX%%,${PREFIX},' \
- ${FILESDIR}/config.sed >${WRKSRC}/config.sed
+ @${SED} <${FILESDIR}/config.sed >${WRKSRC}/config.sed \
+ -e 's:%%CC%%:${CC}:' \
+ -e 's:%%CFLAGS%%:${CFLAGS}:' \
+ -e 's:%%PREFIX%%:${PREFIX}:'
post-install:
${MKDIR} ${PREFIX}/share/doc/bsmtp