diff options
author | nakai <nakai@FreeBSD.org> | 2001-08-18 02:37:53 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-08-18 02:37:53 +0800 |
commit | dbb12f5dca42508a6b2130bc9ecb148d52161126 (patch) | |
tree | 780319eb648a030b9491c0326068a96108bf1832 | |
parent | f9e90376625227b655dbd5e72f612112d0827216 (diff) | |
download | freebsd-ports-graphics-dbb12f5dca42508a6b2130bc9ecb148d52161126.tar.gz freebsd-ports-graphics-dbb12f5dca42508a6b2130bc9ecb148d52161126.tar.zst freebsd-ports-graphics-dbb12f5dca42508a6b2130bc9ecb148d52161126.zip |
Add replacement of -h option of ln
-rw-r--r-- | lang/slib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile index 57dfba9c5c1..23cb00c7bb0 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)" |