summaryrefslogtreecommitdiff
path: root/lang/php/ext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php/ext.mk')
-rw-r--r--lang/php/ext.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
index eb2555df87f..8f4bb916ec4 100644
--- a/lang/php/ext.mk
+++ b/lang/php/ext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.15 2006/06/02 18:27:56 joerg Exp $
+# $NetBSD: ext.mk,v 1.16 2006/07/10 20:53:43 sketch Exp $
#
# PHP extension package framework, for both PECL and bundled PHP extensions.
#
@@ -90,7 +90,7 @@ do-patch:
cd ${WRKSRC}; \
for p in `${EGREP} -l '^\+\+\+ ext/${MODNAME}/' ${PATCHDIR}/patch-*`;do\
${SED} -e 's,^+++ ext/${MODNAME}/,+++ ,' $$p | ${PATCH} ${PATCH_ARGS}; \
- done
+ done || ${TRUE}
.endif
.include "${PHPPKGSRCDIR}/buildlink3.mk"