pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/chmlib Use BSD_INSTALL_* macros rather than most...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c01ff1394e47
branches:  trunk
changeset: 502631:c01ff1394e47
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 07 19:56:46 2005 +0000

description:
Use BSD_INSTALL_* macros rather than mostly bare "install" command.
Bump PKGREVISION.

diffstat:

 devel/chmlib/Makefile         |   3 ++-
 devel/chmlib/distinfo         |   3 ++-
 devel/chmlib/patches/patch-ab |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 4e71e937399e -r c01ff1394e47 devel/chmlib/Makefile
--- a/devel/chmlib/Makefile     Mon Nov 07 19:50:20 2005 +0000
+++ b/devel/chmlib/Makefile     Mon Nov 07 19:56:46 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2005/10/29 08:23:11 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/07 19:56:46 tv Exp $
 #
 
 DISTNAME=      chmlib-0.37.4
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://66.93.236.84/%7Ejedwin/projects/chmlib/
 EXTRACT_SUFX=  .tbz
diff -r 4e71e937399e -r c01ff1394e47 devel/chmlib/distinfo
--- a/devel/chmlib/distinfo     Mon Nov 07 19:50:20 2005 +0000
+++ b/devel/chmlib/distinfo     Mon Nov 07 19:56:46 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2005/10/29 08:23:11 wiz Exp $
+$NetBSD: distinfo,v 1.9 2005/11/07 19:56:46 tv Exp $
 
 SHA1 (chmlib-0.37.4.tbz) = 7efd0def927aa3eed70838ee2261a01fa66b3cfa
 RMD160 (chmlib-0.37.4.tbz) = 84512ac999a3b38cb09bbd1db6edcbc0356d2394
 Size (chmlib-0.37.4.tbz) = 260643 bytes
 SHA1 (patch-aa) = c4a7c21e8ae0cb097e9225cdf7e099395c5ed331
+SHA1 (patch-ab) = 079dd5db5a658539ce4dc57097daa63dc9d3a602
diff -r 4e71e937399e -r c01ff1394e47 devel/chmlib/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/chmlib/patches/patch-ab     Mon Nov 07 19:56:46 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.3 2005/11/07 19:56:47 tv Exp $
+
+--- Makefile.in.orig   2005-10-28 13:26:18.000000000 -0400
++++ Makefile.in
+@@ -35,8 +35,8 @@ src/libchm.la: src/chm_lib.lo src/lzx.lo
+ 
+ install: src/libchm.la
+       mkdir -p $(DESTDIR)$(prefix) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+-      ${LIBTOOL} --mode=install install -m0755 src/libchm.la $(DESTDIR)$(libdir)/
+-      install -m0644 $(srcdir)/src/chm_lib.h $(DESTDIR)$(includedir)/
++      ${LIBTOOL} --mode=install ${BSD_INSTALL_LIB} src/libchm.la $(DESTDIR)$(libdir)/
++      ${BSD_INSTALL_DATA} $(srcdir)/src/chm_lib.h $(DESTDIR)$(includedir)/
+ 
+ clean:
+       rm -fr src/libchm.la src/*.o src/*.lo .libs src/.libs src/${EXAMPLES}



Home | Main Index | Thread Index | Old Index