From f9bce1442273c0c22fe3f77878da609e25bc2f2b Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Feb 2004 00:59:11 +0000 Subject: Copy the libtool script instead of symlinking to it to avoid a hidden dependency on libtool. --- lang/librep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/librep') 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" -- cgit v1.2.3