diff options
Diffstat (limited to 'mail/mew2/Makefile')
-rw-r--r-- | mail/mew2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mew2/Makefile b/mail/mew2/Makefile index b4223ed19caf..8a0a6b04c66a 100644 --- a/mail/mew2/Makefile +++ b/mail/mew2/Makefile @@ -44,6 +44,8 @@ MAN1= mewcat.1 mewdecode.1 mewencode.1 mewls.1 incm.1 # make sure LATEST_LINK is different from mew1 LATEST_LINK= mew${MEW_MAJOR_VER}-${EMACS_PORT_NAME} +INFO+= mew${MEW_MAJOR_VER} mew${MEW_MAJOR_VER}.jis + post-patch: for f in mew-key.el info/mew.texi; do \ ${PERL} -i -pe 's,%%MEW_MAJOR_VER%%,${MEW_MAJOR_VER},g' ${WRKSRC}/$${f}; \ |