diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:42:00 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-31 11:42:00 +0000 |
| commit | 510a40326405f58793d94403263d20c16d3d6c09 (patch) | |
| tree | f9e65ef448608c75631215b57b1117b8c3214f90 /devel/gcvs/files/patch-cvsunix-contrib-Makefile.in | |
| parent | 42e0c7c84e3b4b2d0c259ae3aab83389ab705e31 (diff) | |
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/
Diffstat (limited to 'devel/gcvs/files/patch-cvsunix-contrib-Makefile.in')
| -rw-r--r-- | devel/gcvs/files/patch-cvsunix-contrib-Makefile.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in new file mode 100644 index 000000000000..f9ca9027ed38 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in @@ -0,0 +1,24 @@ +--- cvsunix/contrib/Makefile.in.orig Tue Sep 26 15:18:40 2000 ++++ cvsunix/contrib/Makefile.in Thu Mar 29 00:42:12 2001 +@@ -37,7 +37,7 @@ + # Use cp if you don't have install. + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + DISTFILES = \ + ChangeLog README .cvsignore intro.doc \ +@@ -83,10 +83,10 @@ + $(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \ + done + for f in $(CONTRIB_PROGS) ; do\ +- $(INSTALL_PROGRAM) $$f $(libdir)/cvs/contrib/$$f; \ ++ $(INSTALL_SCRIPT) $$f $(libdir)/cvs/contrib/$$f; \ + done + for f in $(PROGS) ; do\ +- $(INSTALL_PROGRAM) $$f $(bindir)/$$f; \ ++ $(INSTALL_SCRIPT) $$f $(bindir)/$$f; \ + done + .PHONY: install + |
