aboutsummaryrefslogtreecommitdiffstats
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
parent71ba98d50987abfe05cecc2729f4b7073aea7f97 (diff)
downloadfreebsd-ports-gnome-107f1554221d20cfe47f8323929c19e4a0c63434.tar.gz
freebsd-ports-gnome-107f1554221d20cfe47f8323929c19e4a0c63434.tar.zst
freebsd-ports-gnome-107f1554221d20cfe47f8323929c19e4a0c63434.zip
Fix reistall.
-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