diff options
Diffstat (limited to 'mail/mew2/files/tmpl2file.sh')
-rw-r--r-- | mail/mew2/files/tmpl2file.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mew2/files/tmpl2file.sh b/mail/mew2/files/tmpl2file.sh index ca169ce248c2..d8e1a662ca53 100644 --- a/mail/mew2/files/tmpl2file.sh +++ b/mail/mew2/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" \ |