diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/vcg/files/patch-Makefile | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/vcg/files/patch-Makefile')
-rw-r--r-- | graphics/vcg/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/vcg/files/patch-Makefile b/graphics/vcg/files/patch-Makefile new file mode 100644 index 000000000000..d599982ef49e --- /dev/null +++ b/graphics/vcg/files/patch-Makefile @@ -0,0 +1,20 @@ +--- 1.1 1995/02/18 16:48:19 ++++ Makefile 1995/02/18 17:12:05 +@@ -31,7 +31,7 @@ + + #all: stamp-all + +-all: xvcg_gcc xvcg ++all: xvcg_cc xvcg + + configure: stamp-config + +@@ -236,7 +236,7 @@ + @echo " make xvcg_c89_noxmkmf" + @echo " make vcg_gcc" + @echo " make vcg_cc" +- ++ + compare: preconf xcompare xvcg install + /bin/rm $(PROJECTHOME)/../bin/vcg + ln -s $(PROJECTHOME)/../bin/xvcg $(PROJECTHOME)/../bin/vcg |