aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-23 14:28:17 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-23 14:28:17 +0000
commit7ffcc2733ff253c2e3baf324c201b0078f04344a (patch)
tree9f43bd26ca27a0b6ab9c8a3605c7c21ad52eb418 /mail
parentdf4ccceac77d8f32bc087627e9c9ac0aadb6ff14 (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 7c3843abf15f..9d3c355188fd 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -119,10 +119,10 @@ PATCH_SITES+= http://home.woolridge.ca/mutt/patches/
# this should be done automagically by aclocal but ....
# for now, this will have to do
pre-build:
- @${REINPLACE_CMD} -E -e "s/^(ACLOCAL = ).+/\1${ACLOCAL}/" \
- -e "s/^(AUTOCONF = ).+/\1${AUTOCONF}/" \
- -e "s/^(AUTOMAKE = ).+/\1${AUTOMAKE}/" \
- -e "s/^(AUTOHEADER = ).+/\1${AUTOHEADER}/" \
+ ${REINPLACE_CMD} -E -e "s|^(ACLOCAL = ).+|\1${ACLOCAL}|" \
+ -e "s|^(AUTOCONF = ).+|\1${AUTOCONF}|" \
+ -e "s|^(AUTOMAKE = ).+|\1${AUTOMAKE}|" \
+ -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \
${BUILD_WRKSRC}/Makefile
.if !defined(PATCH_VERSION)