diff options
author | adamw <adamw@FreeBSD.org> | 2005-07-18 15:21:11 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-07-18 15:21:11 +0800 |
commit | d6baeb32b9e31eec61165b1b606f75da116d8d70 (patch) | |
tree | 79b9200d8c0781529daf9a6efc88d110321c3391 /mail | |
parent | 8a04210cfc8d8524b89183133d93ba4fea11e3d4 (diff) | |
download | freebsd-ports-gnome-d6baeb32b9e31eec61165b1b606f75da116d8d70.tar.gz freebsd-ports-gnome-d6baeb32b9e31eec61165b1b606f75da116d8d70.tar.zst freebsd-ports-gnome-d6baeb32b9e31eec61165b1b606f75da116d8d70.zip |
Ensure that LATEST_LINK is different for all mew2-based ports.
Diffstat (limited to 'mail')
-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 835a23dc3848..b4223ed19caf 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}; \ |