diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-21 15:28:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-21 15:28:10 +0000 |
commit | b678b30d6f87d54ced179fbf3e63c908e3df0fe7 (patch) | |
tree | 9ff8742db59a723e19d6290987bf8c255edd18f3 /x11 | |
parent | ac883c8594a14c23f67091cc28cd2dcd19993b90 (diff) | |
download | pkgsrc-b678b30d6f87d54ced179fbf3e63c908e3df0fe7.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/Makefile | 6 |
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}) |