aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-08-31 23:14:15 +0800
committermarkm <markm@FreeBSD.org>1999-08-31 23:14:15 +0800
commit107f1554221d20cfe47f8323929c19e4a0c63434 (patch)
treea9b8fd5931920c72d2e98238049aa83c2295cf74 /editors/xemacs
parent71ba98d50987abfe05cecc2729f4b7073aea7f97 (diff)
downloadfreebsd-ports-gnome-107f1554221d20cfe47f8323929c19e4a0c63434.tar.gz
freebsd-ports-gnome-107f1554221d20cfe47f8323929c19e4a0c63434.tar.zst
freebsd-ports-gnome-107f1554221d20cfe47f8323929c19e4a0c63434.zip
Fix reistall.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile2
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