pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool Use "nb[0-9]*" instead of "nb[0-9]" to a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ff3e66f1f28
branches: trunk
changeset: 475795:9ff3e66f1f28
user: tron <tron%pkgsrc.org@localhost>
date: Wed May 26 13:51:07 2004 +0000
description:
Use "nb[0-9]*" instead of "nb[0-9]" to accept revisions beyond 9.
diffstat:
devel/libtool/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 5200f4de7b20 -r 9ff3e66f1f28 devel/libtool/Makefile
--- a/devel/libtool/Makefile Wed May 26 13:49:29 2004 +0000
+++ b/devel/libtool/Makefile Wed May 26 13:51:07 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.41 2004/05/26 13:49:29 tron Exp $
+# $NetBSD: Makefile,v 1.42 2004/05/26 13:51:07 tron Exp $
.include "Makefile.common"
SVR4_PKGNAME= ltool
-DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]}:../libtool-base
-DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]}:../libtool-info
+DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../libtool-base
+DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../libtool-info
COMMENT= Generic shared library support script
Home |
Main Index |
Thread Index |
Old Index