Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION;
this can be un-bumped if the patchlevel goes up again.)
This commit is contained in:
parent
961af3b5fd
commit
844d8b10dc
3 changed files with 7 additions and 6 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue