summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel/Makefile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2000-01-07 21:17:34 +0000
committerGary Jennejohn <gj@FreeBSD.org>2000-01-07 21:17:34 +0000
commit406875bbb78fa11f42c447f80563486010ed9d27 (patch)
treea8a47c94024d8c4a371f8af3b43880f8f75a6bc9 /editors/xemacs-devel/Makefile
parentFix distfile fennerage. (diff)
Change xemacs binary name so as to distingush mule binary.
PR: 15934 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Approved from: maintainer
Notes
Notes: svn path=/head/; revision=24521
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r--editors/xemacs-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 0f3ade21d2b9..dd54ddb3e6bc 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -84,7 +84,7 @@ WITH_OFFIX?= --with-offix=no
post-install::
.if !defined(MULE_COMMON)
- ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
+ ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
.for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
strip ${PREFIX}/bin/${file}
.endfor