summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-04-05 18:33:09 +0000
committerwiz <wiz@pkgsrc.org>2007-04-05 18:33:09 +0000
commit23325b7421f58ac66ef478b341066492fbb703e5 (patch)
tree6411d2ee9086b66f4eaa5f46b813aa0c4b80e62b /mk/subst.mk
parent74835ff0234736f939db8cf53202c894c6da872b (diff)
downloadpkgsrc-23325b7421f58ac66ef478b341066492fbb703e5.tar.gz
Recognize XML files as text.
Diffstat (limited to 'mk/subst.mk')
-rw-r--r--mk/subst.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index 5d2660d3b3f..00e4667b1e4 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.45 2007/03/15 22:54:24 rillig Exp $
+# $NetBSD: subst.mk,v 1.46 2007/04/05 18:33:09 wiz Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
@@ -64,7 +64,7 @@ ECHO_SUBST_MSG?= ${STEP_MSG}
_SUBST_IS_TEXT_FILE?= \
{ ${TEST} -f "$$file" \
&& ${FILE_CMD} "$$file" \
- | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool|Quake I or II world or extension)"; \
+ | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool|Quake I or II world or extension|XML)"; \
} >/dev/null 2>&1
_SUBST_BACKUP_SUFFIX= .subst.sav