diff options
author | agc <agc@pkgsrc.org> | 1999-11-12 10:41:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-12 10:41:22 +0000 |
commit | b65d2f82dbe38007cb64db4fd202c07440718775 (patch) | |
tree | a798250d1c4fe22cc8ef0c25f1475cde874a4e26 /graphics/urt/Makefile | |
parent | 02f43d35d11b277047da8447a853b77291fac4b9 (diff) | |
download | pkgsrc-b65d2f82dbe38007cb64db4fd202c07440718775.tar.gz |
Add a patch fuzz factor of 2.
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 89d1630c6b9..81f714ed94f 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/10/08 21:12:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 1999/11/12 10:41:22 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -28,6 +28,8 @@ MAKEFILE= makefile MAKE_ENV+= PKGSRCDIR=${BUILD_ROOT} WORKINGDIRNAME=${WRKDIR:T} ALL_TARGET= +PATCH_FUZZ_FACTOR= -F2 + post-install: ${MKDIR} ${PREFIX}/share/doc/urt ${PREFIX}/share/examples/urt cd ${PREFIX}/share/doc/urt && (\ |