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/xemacs | |
parent | c0a37797cea9d73863baa11e2278d421401c1265 (diff) | |
download | ports-cd5dcf33869db56afff25befbb999f2f2b586a5b.tar.gz ports-cd5dcf33869db56afff25befbb999f2f2b586a5b.zip |
Notes
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |