diff options
author | tv <tv@pkgsrc.org> | 2005-05-10 16:49:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-05-10 16:49:22 +0000 |
commit | 178fd4472119411bb3ed380179fb87c2b7eaeb41 (patch) | |
tree | f011e1bdc20ff8f3c53bfeabf1be4df437df552f | |
parent | 8a942a013c4494639fc5c072231ea2101c39da7c (diff) | |
download | pkgsrc-178fd4472119411bb3ed380179fb87c2b7eaeb41.tar.gz |
Add a missing install-sh entry to PLIST; bump PKGREVISION.
Omission noted by Joerg Sonnenberger <joerg@britannica.bec.de>.
-rw-r--r-- | devel/libtool-base/Makefile | 3 | ||||
-rw-r--r-- | devel/libtool-base/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 7ab630a5380..1adbf94175a 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2005/03/22 15:12:08 tv Exp $ +# $NetBSD: Makefile,v 1.61 2005/05/10 16:49:22 tv Exp $ # .include "../../devel/libtool/Makefile.common" @@ -13,6 +13,7 @@ # PKGNAME= ${DISTNAME:S/-/-base-/} SVR4_PKGNAME= ltoob +PKGREVISION= 1 COMMENT= Generic shared library support script (the script itself) diff --git a/devel/libtool-base/PLIST b/devel/libtool-base/PLIST index 7d03f53ac90..c4e74570526 100644 --- a/devel/libtool-base/PLIST +++ b/devel/libtool-base/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/10/14 19:04:56 tv Exp $ +@comment $NetBSD: PLIST,v 1.9 2005/05/10 16:49:22 tv Exp $ bin/libtool bin/libtoolize ${SHLIBTOOL}bin/shlibtool @@ -6,6 +6,7 @@ share/aclocal/libtool.m4 share/aclocal/ltdl.m4 share/libtool/config.guess share/libtool/config.sub +share/libtool/install-sh share/libtool/libltdl/COPYING.LIB share/libtool/libltdl/Makefile.am share/libtool/libltdl/Makefile.in |