diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-08-31 15:14:15 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-08-31 15:14:15 +0000 |
commit | cd5dcf33869db56afff25befbb999f2f2b586a5b (patch) | |
tree | d42b095770540e85e1b21baa0c95eff00124ece9 /editors/xemacs21 | |
parent | c0a37797cea9d73863baa11e2278d421401c1265 (diff) |
Fix reistall.
Notes
Notes:
svn path=/head/; revision=21167
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |