summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-08-31 15:14:15 +0000
committerMark Murray <markm@FreeBSD.org>1999-08-31 15:14:15 +0000
commitcd5dcf33869db56afff25befbb999f2f2b586a5b (patch)
treed42b095770540e85e1b21baa0c95eff00124ece9 /editors
parentactivate jpilot (diff)
Fix reistall.
Notes
Notes: svn path=/head/; revision=21167
Diffstat (limited to 'editors')
-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 6b616cb56e15..807a751a3fea 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -79,7 +79,7 @@ WITH_OFFIX?= --with-offix=no
.endif
post-install:
- ${LN} -s xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
+ ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
.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 6b616cb56e15..807a751a3fea 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -79,7 +79,7 @@ WITH_OFFIX?= --with-offix=no
.endif
post-install:
- ${LN} -s xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
+ ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
.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 6b616cb56e15..807a751a3fea 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -79,7 +79,7 @@ WITH_OFFIX?= --with-offix=no
.endif
post-install:
- ${LN} -s xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
+ ${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
.for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
strip ${PREFIX}/bin/${file}
.endfor