summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-10-21 15:28:10 +0000
committerdrochner <drochner@pkgsrc.org>2005-10-21 15:28:10 +0000
commit209ed87a48df540fb107184ac4011e812035c2aa (patch)
tree9ff8742db59a723e19d6290987bf8c255edd18f3 /x11
parentdaf8424684437af94aa5028cec055d663fab7b02 (diff)
downloadpkgsrc-209ed87a48df540fb107184ac4011e812035c2aa.tar.gz
revert previous
While I still think that the textfile check is bogus, and that silently dropping files is nasty, find(1) is broken in -current and many more pkgs are affected.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt3-sip/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile
index 7fef9e98768..cb9a931a020 100644
--- a/x11/py-qt3-sip/Makefile
+++ b/x11/py-qt3-sip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/10/21 10:55:29 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2005/10/21 15:28:10 drochner Exp $
#
DISTNAME= sip-4.3.1
@@ -49,10 +49,6 @@ SUBST_STAGE.pyversfx= pre-configure
SUBST_FILES.pyversfx= sipgen/sipgen.sbf
SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
-# XXX hack: override bogus text file test in mk/subst.mk
-# (NetBSD's file(1) (v4.16) reports "MKS Spell hash list (old format)")
-_SUBST_IS_TEXT_FILE= true
-
do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} configure.py ${CONFIGURE_ARGS})