From 510a40326405f58793d94403263d20c16d3d6c09 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 31 Mar 2001 11:42:00 +0000 Subject: A set of C++ front-end for cvs distributed under GPL. CvsGui features WinCvs is written in C++ using the Microsoft MFC. MacCvs is written in C++ using Metrowerks PowerPlant. gCvs is written in C++ using GNU gtk+. They are using the latest cvs source code. They are making cvs easier for the novice. They are increasing the power of cvs by providing an high-end interface. The project is growing because it is supported and developed by several cvs users. WWW: http://cvsgui.sourceforge.net/ --- devel/gcvs/files/patch-cvsunix-src-Makefile.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/gcvs/files/patch-cvsunix-src-Makefile.in (limited to 'devel/gcvs/files/patch-cvsunix-src-Makefile.in') diff --git a/devel/gcvs/files/patch-cvsunix-src-Makefile.in b/devel/gcvs/files/patch-cvsunix-src-Makefile.in new file mode 100644 index 000000000000..2c700e1d52b3 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-src-Makefile.in @@ -0,0 +1,20 @@ +--- cvsunix/src/Makefile.in.orig Tue Mar 6 17:36:21 2001 ++++ cvsunix/src/Makefile.in Thu Mar 29 00:44:20 2001 +@@ -33,7 +33,7 @@ + # Use cp if you don't have install. + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + LIBS = @LIBS@ + +@@ -88,7 +88,7 @@ + install: installdirs + @for prog in $(PROGS); do \ + echo Installing $$prog in $(bindir); \ +- $(INSTALL) $$prog $(bindir)/$$prog ; \ ++ $(INSTALL_SCRIPT) $$prog $(bindir)/$$prog ; \ + done + + installdirs: -- cgit v1.2.3