diff options
author | agc <agc@pkgsrc.org> | 1999-03-17 10:33:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-17 10:33:57 +0000 |
commit | e82f23a97fd5f58183fb12566066412ec1247ac9 (patch) | |
tree | 00e2a6d88358dfb24a8efe1dee9893c94059ccaf | |
parent | 7bc788886ae1f1ad550a34e11664035e90e5b505 (diff) | |
download | pkgsrc-e82f23a97fd5f58183fb12566066412ec1247ac9.tar.gz |
On Solaris, make patch(1) create a backup copy of the file it's patching
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index c00670ca7d7..97b99c4cdc7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.228 1999/03/16 15:28:37 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.229 1999/03/17 10:33:57 agc Exp $ # # This file is in the public domain. # @@ -233,7 +233,7 @@ TOUCH?= /usr/bin/touch TOUCH_FLAGS?= -f .if (${OPSYS} == "SunOS") -PATCH?= ${LOCALBASE}/bin/patch +PATCH?= ${LOCALBASE}/bin/patch -b .else PATCH?= /usr/bin/patch .endif |