diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 00:59:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 00:59:11 +0000 |
commit | de4b63f78da9bd54146ca3949385a730d9cd4b9e (patch) | |
tree | bfd713d87027af1ef093325649d37d23aa10a5af /lang | |
parent | 52f1b46a372dccfaa10865c2a107535a68721e41 (diff) | |
download | pkgsrc-de4b63f78da9bd54146ca3949385a730d9cd4b9e.tar.gz |
Copy the libtool script instead of symlinking to it to avoid a hidden
dependency on libtool.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index c1653ca879b..a70315fee3d 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/02/12 09:10:51 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2004/02/14 00:59:11 jlam Exp $ # DISTNAME= librep-${REP_VERS} @@ -34,7 +34,7 @@ PLIST_SUBST+= REP_VERS=${REP_VERS} post-install: ${RM} -f ${REP_LIBTOOL} - ${LN} -sf ${PKG_LIBTOOL} ${REP_LIBTOOL} + ${INSTALL_SCRIPT} ${PKG_LIBTOOL} ${REP_LIBTOOL} .include "../../databases/gdbm/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |