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-src-Makefile.in | |
| parent | Add some PATCHFILES to this port, and bump its PORTREVISION. (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 '')
| -rw-r--r-- | devel/gcvs/files/patch-cvsunix-src-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
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: |
