aboutsummaryrefslogtreecommitdiff
path: root/mail/exmh2/scripts
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-07-20 23:57:40 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-07-20 23:57:40 +0000
commit50bdb03aa49088eeda4f9450e5cfca9ac512489b (patch)
tree7ce2796b40c52de2d51fae1026a1e9aa52e0b369 /mail/exmh2/scripts
parentf5fadd527a7ccf9c23fd244a983b3b8f2349382f (diff)
downloadports-50bdb03aa49088eeda4f9450e5cfca9ac512489b.tar.gz
ports-50bdb03aa49088eeda4f9450e5cfca9ac512489b.zip
Update for exmh-2.5.
Notes
Notes: svn path=/head/; revision=45304
Diffstat (limited to 'mail/exmh2/scripts')
-rw-r--r--mail/exmh2/scripts/build2
-rw-r--r--mail/exmh2/scripts/install2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build
index 7596a8eca8f9..97cef606e08f 100644
--- a/mail/exmh2/scripts/build
+++ b/mail/exmh2/scripts/build
@@ -87,7 +87,7 @@ sed <${FILESDIR}/${CONFIGFILE} \
-e "s+!!DATE!!+${DATE}+g" \
| sed -e 's/$/\\/' -e '$ s/.$//' >> ${SEDFILE}
-for i in exmh-async exmh-bg exmh ftp.expect inc.expect
+for i in exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect
do
echo "sed -f ${SEDFILE} < $i.MASTER > $i"
sed -f ${SEDFILE} < $i.MASTER > $i
diff --git a/mail/exmh2/scripts/install b/mail/exmh2/scripts/install
index a34869ac8a25..bc2417570faa 100644
--- a/mail/exmh2/scripts/install
+++ b/mail/exmh2/scripts/install
@@ -12,7 +12,7 @@ do
install -c -o bin -g bin -m 444 $i.l ${PREFIX}/man/man1/$i.1
done
-BINS="exmh-async exmh-bg exmh ftp.expect inc.expect"
+BINS="exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect"
echo "install -c -o bin -g bin -m 755 ${BINS} ${PREFIX}/bin"
install -c -o bin -g bin -m 755 ${BINS} ${PREFIX}/bin