summaryrefslogtreecommitdiff
path: root/mk/subst.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-05 08:39:23 +0000
committerrillig <rillig@pkgsrc.org>2007-02-05 08:39:23 +0000
commitc55eb274b2bd51fa75928e9f1a03d059414feecb (patch)
treeb8014337d6afb8b0b847df3f223075c7ded1e3ce /mk/subst.mk
parentc1edc290e6251761d28d8bc4f1c0839e6176a67f (diff)
downloadpkgsrc-c55eb274b2bd51fa75928e9f1a03d059414feecb.tar.gz
Some Makefile.in files start with the letters PACKAGE. NetBSD's file(1)
considers files starting with the letters PACK to be related to Quake.
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 460d4054c5d..d9d61094303 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.42 2007/01/23 06:05:39 rillig Exp $
+# $NetBSD: subst.mk,v 1.43 2007/02/05 08:39:23 rillig Exp $
#
# This Makefile fragment implements a general text replacement facility.
# Package makefiles define a ``class'', for each of which a particular
@@ -55,7 +55,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)"; \
+ | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool|Quake I or II world or extension)"; \
} >/dev/null 2>&1
_SUBST_BACKUP_SUFFIX= .subst.sav