diff options
author | adamw <adamw@FreeBSD.org> | 2005-07-18 07:21:11 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-07-18 07:21:11 +0000 |
commit | d6baeb32b9e31eec61165b1b606f75da116d8d70 (patch) | |
tree | 79b9200d8c0781529daf9a6efc88d110321c3391 /mail/mew2 | |
parent | 8a04210cfc8d8524b89183133d93ba4fea11e3d4 (diff) | |
download | FreeBSD-ports-d6baeb32b9e31eec61165b1b606f75da116d8d70.zip FreeBSD-ports-d6baeb32b9e31eec61165b1b606f75da116d8d70.tar.gz |
Ensure that LATEST_LINK is different for all mew2-based ports.
Diffstat (limited to 'mail/mew2')
-rw-r--r-- | mail/mew2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mew2/Makefile b/mail/mew2/Makefile index 835a23d..b4223ed 100644 --- a/mail/mew2/Makefile +++ b/mail/mew2/Makefile @@ -41,6 +41,9 @@ PLIST_SUB+= MEW_MAJOR_VER=${MEW_MAJOR_VER} # manuals 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} + 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}; \ |