diff options
author | tv <tv@pkgsrc.org> | 2004-08-20 17:32:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-08-20 17:32:50 +0000 |
commit | 844d8b10dce2584fc3be79161a5de3505f25f6ac (patch) | |
tree | 1a3cf627d09f2e29ded4604c9337faed9ff74f02 /devel | |
parent | 961af3b5fd70361d4ce949de4cda0c2957526f0d (diff) | |
download | pkgsrc-844d8b10dce2584fc3be79161a5de3505f25f6ac.tar.gz |
Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION;
this can be un-bumped if the patchlevel goes up again.)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/readline/Makefile | 3 | ||||
-rw-r--r-- | devel/readline/distinfo | 4 | ||||
-rw-r--r-- | devel/readline/patches/patch-ae | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 3c87fa2c25b..27ff01cee51 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2004/03/23 04:41:00 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2004/08/20 17:32:50 tv Exp $ # DISTNAME= readline-4.3 PKGNAME= ${DISTNAME}pl5 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=readline/} diff --git a/devel/readline/distinfo b/devel/readline/distinfo index bfa8e355999..517622e3ac2 100644 --- a/devel/readline/distinfo +++ b/devel/readline/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/04/26 08:01:20 jlam Exp $ +$NetBSD: distinfo,v 1.8 2004/08/20 17:32:50 tv Exp $ SHA1 (readline-4.3.tar.gz) = 4e226fd5f6f919707f11b9e28d47b5487448895d Size (readline-4.3.tar.gz) = 961662 bytes @@ -12,4 +12,4 @@ SHA1 (readline43-004) = 24bef0b7bda1cafd0475098ed7a01f45a58765e6 Size (readline43-004) = 3140 bytes SHA1 (readline43-005) = a022e113b8ad603d1020e99308de0a917626d1e1 Size (readline43-005) = 1056 bytes -SHA1 (patch-ae) = af04c7e2646dbc510cfc139c025b47e6769ccd85 +SHA1 (patch-ae) = 89d95180051bb4d9db9336fbac236ab083cf83e9 diff --git a/devel/readline/patches/patch-ae b/devel/readline/patches/patch-ae index 1053138561a..3dcabbe2442 100644 --- a/devel/readline/patches/patch-ae +++ b/devel/readline/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.9 2004/04/26 08:01:20 jlam Exp $ +$NetBSD: patch-ae,v 1.10 2004/08/20 17:32:50 tv Exp $ --- Makefile.in.orig Thu Jan 24 16:15:24 2002 +++ Makefile.in @@ -70,8 +70,8 @@ $NetBSD: patch-ae,v 1.9 2004/04/26 08:01:20 jlam Exp $ $(MAKE) $(MFLAGS) CCFLAGS='$(GCC_LINT_CFLAGS)' static + +install-la: installdirs $(LIBTOOL_LIBS) install-headers -+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libreadline.la $(libdir) -+ ${LIBTOOL} --mode=install ${INSTALL_DATA} libhistory.la $(libdir) ++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libreadline.la $(libdir) ++ ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} libhistory.la $(libdir) + -( if test -d doc ; then \ + cd doc && \ + ${MAKE} ${MFLAGS} infodir=$(infodir) install; \ |