aboutsummaryrefslogtreecommitdiff
path: root/lang/slib
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2001-08-17 18:37:53 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2001-08-17 18:37:53 +0000
commit0dae4856ab0f2ece20fff322ce1d96c614c761e4 (patch)
treeb7623b1017a63e45832c9eaa816bdee0fb7154e2 /lang/slib
parentcaf76db6793a940632822018eafbd2469858b185 (diff)
downloadports-0dae4856ab0f2ece20fff322ce1d96c614c761e4.tar.gz
ports-0dae4856ab0f2ece20fff322ce1d96c614c761e4.zip
Add replacement of -h option of ln
Notes
Notes: svn path=/head/; revision=46392
Diffstat (limited to 'lang/slib')
-rw-r--r--lang/slib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile
index 57dfba9c5c10..23cb00c7bb05 100644
--- a/lang/slib/Makefile
+++ b/lang/slib/Makefile
@@ -24,6 +24,7 @@ NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/slib
${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/slib
+ ${RM} -f ${LOCALBASE}/share/guile/slib
${LN} -sf ${PREFIX}/share/slib ${LOCALBASE}/share/guile/slib
${LOCALBASE}/bin/guile -c \
"(use-modules (ice-9 slib)) (require 'new-catalog)"