aboutsummaryrefslogtreecommitdiff
path: root/mail/mew3/files/tmpl2file.sh
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2001-08-25 09:17:58 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2001-08-25 09:17:58 +0000
commit7fbc9cb45c5d2fd55605142b316dcbb02106a761 (patch)
treec0a350ee33eed016f77c4a7e4eb51de12842e085 /mail/mew3/files/tmpl2file.sh
parent40fe2d9de96e3af26ae35e35270f6ecaa1c33e92 (diff)
Notes
Diffstat (limited to 'mail/mew3/files/tmpl2file.sh')
-rw-r--r--mail/mew3/files/tmpl2file.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mew3/files/tmpl2file.sh b/mail/mew3/files/tmpl2file.sh
index ca169ce248c2..d8e1a662ca53 100644
--- a/mail/mew3/files/tmpl2file.sh
+++ b/mail/mew3/files/tmpl2file.sh
@@ -6,6 +6,7 @@ for f in ${TMPL_FILES}; do
-e "s,%%EMACS_PORTSDIR%%,${EMACS_PORTSDIR},g" \
-e "s,%%PKGNAME%%,${PKGNAME},g" \
-e "s,%%EMACS_PORT_NAME%%,${EMACS_PORT_NAME},g" \
+ -e "s,%%MEW_MAJOR_VER%%,${MEW_MAJOR_VER},g" \
-e "s,%%PORTNAME%%,${PORTNAME},g" \
-e "s,%%ELISPDIR%%,${ELISPDIR},g" \
-e "s,%%INFODIR%%,${INFODIR},g" \