pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/librep Copy the libtool script instead of symlink...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1889d2f9ced
branches:  trunk
changeset: 468458:f1889d2f9ced
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Feb 14 00:59:11 2004 +0000

description:
Copy the libtool script instead of symlinking to it to avoid a hidden
dependency on libtool.

diffstat:

 lang/librep/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d8b17f045a61 -r f1889d2f9ced lang/librep/Makefile
--- a/lang/librep/Makefile      Sat Feb 14 00:54:44 2004 +0000
+++ b/lang/librep/Makefile      Sat Feb 14 00:59:11 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index