pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/apr Fix obvious regex typo in conditional.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a173faeb3b70
branches:  trunk
changeset: 483179:a173faeb3b70
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 08 20:37:45 2004 +0000

description:
Fix obvious regex typo in conditional.

(This should be PKG_OPTIONS-ized, but needs to be done at the same time as
www/apache2.)

diffstat:

 devel/apr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f8323c5259f1 -r a173faeb3b70 devel/apr/Makefile
--- a/devel/apr/Makefile        Mon Nov 08 20:21:49 2004 +0000
+++ b/devel/apr/Makefile        Mon Nov 08 20:37:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/10/29 11:51:00 minskim Exp $
+# $NetBSD: Makefile,v 1.26 2004/11/08 20:37:45 tv Exp $
 
 PKGNAME=       apr-${APR_VERSION}.${APACHE_VERSION}
 PKGREVISION=   1
@@ -65,7 +65,7 @@
 
 .include "../../www/apache2/Makefile.common"
 
-.if !empty(APR_USE_DB4:M[Yy][Ee][Ss)
+.if !empty(APR_USE_DB4:M[Yy][Ee][Ss])
 .include "../../databases/db4/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index