summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 00:59:11 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 00:59:11 +0000
commitf9bce1442273c0c22fe3f77878da609e25bc2f2b (patch)
treebfd713d87027af1ef093325649d37d23aa10a5af /lang/librep
parent5901dbcf3e6218c72c2b5011a9820382fb4ba138 (diff)
downloadpkgsrc-f9bce1442273c0c22fe3f77878da609e25bc2f2b.tar.gz
Copy the libtool script instead of symlinking to it to avoid a hidden
dependency on libtool.
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile4
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"