diff options
author | rillig <rillig> | 2007-02-05 08:39:23 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-05 08:39:23 +0000 |
commit | ad61ebf1d36cd34fe8182379e4a5bda2b3aacd01 (patch) | |
tree | b8014337d6afb8b0b847df3f223075c7ded1e3ce | |
parent | c236ecddf7fda5b804826fa5c26f74e822bca12d (diff) | |
download | pkgsrc-ad61ebf1d36cd34fe8182379e4a5bda2b3aacd01.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.
-rw-r--r-- | mk/subst.mk | 4 |
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 |