summaryrefslogtreecommitdiffstats
path: root/editors/xemacs21/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-08-31 15:14:15 +0000
committermarkm <markm@FreeBSD.org>1999-08-31 15:14:15 +0000
commit107f1554221d20cfe47f8323929c19e4a0c63434 (patch)
treea9b8fd5931920c72d2e98238049aa83c2295cf74 /editors/xemacs21/Makefile
parent71ba98d50987abfe05cecc2729f4b7073aea7f97 (diff)
downloadFreeBSD-ports-107f1554221d20cfe47f8323929c19e4a0c63434.zip
FreeBSD-ports-107f1554221d20cfe47f8323929c19e4a0c63434.tar.gz
Fix reistall.
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r--editors/xemacs21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 6b616cb..807a751 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
OpenPOWER on IntegriCloud