aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2000-01-08 05:17:34 +0800
committergj <gj@FreeBSD.org>2000-01-08 05:17:34 +0800
commitb96429323b9b5b50b4a3aecab646f21fbe802a72 (patch)
tree80e9e916220694490432a1655c1451b3ea4459d6
parentd811b0661de3cc7d6fccd8230bce52bf0ee6cea9 (diff)
downloadfreebsd-ports-gnome-b96429323b9b5b50b4a3aecab646f21fbe802a72.tar.gz
freebsd-ports-gnome-b96429323b9b5b50b4a3aecab646f21fbe802a72.tar.zst
freebsd-ports-gnome-b96429323b9b5b50b4a3aecab646f21fbe802a72.zip
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
-rw-r--r--editors/xemacs-devel/Makefile2
-rw-r--r--editors/xemacs/Makefile2
-rw-r--r--editors/xemacs21/Makefile2
3 files changed, 3 insertions, 3 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
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 0f3ade21d2b9..dd54ddb3e6bc 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/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
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 0f3ade21d2b9..dd54ddb3e6bc 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/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