pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libgpg-error Expand the regexp to [3-9]*, to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c51b83a0f1b8
branches:  trunk
changeset: 499420:c51b83a0f1b8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Sep 22 09:14:34 2005 +0000

description:
Expand the regexp to [3-9]*, to match future NetBSD versions.

diffstat:

 security/libgpg-error/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a125c9bb4ea9 -r c51b83a0f1b8 security/libgpg-error/Makefile
--- a/security/libgpg-error/Makefile    Thu Sep 22 09:11:37 2005 +0000
+++ b/security/libgpg-error/Makefile    Thu Sep 22 09:14:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/09/22 09:11:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2005/09/22 09:14:34 xtraeme Exp $
 #
 
 DISTNAME=      libgpg-error-1.0
@@ -18,7 +18,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # XXX See HACKS
-.if ${OPSYS} == IRIX || !empty(MACHINE_PLATFORM:MNetBSD-3*)
+.if ${OPSYS} == IRIX || !empty(MACHINE_PLATFORM:MNetBSD-[3-9]*)
 USE_TOOLS+=            nawk
 .else
 USE_TOOLS+=            gawk



Home | Main Index | Thread Index | Old Index