diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-01-07 21:17:34 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-01-07 21:17:34 +0000 |
commit | 406875bbb78fa11f42c447f80563486010ed9d27 (patch) | |
tree | a8a47c94024d8c4a371f8af3b43880f8f75a6bc9 /editors | |
parent | 97f7d438706760aedad3ae016112c437dc36ec22 (diff) | |
download | ports-406875bbb78fa11f42c447f80563486010ed9d27.tar.gz ports-406875bbb78fa11f42c447f80563486010ed9d27.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 2 |
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 |