ports/devel/gcvs/files/patch-cvsunix-src-Makefile.in
Dirk Meyer 510a403264 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/
2001-03-31 11:42:00 +00:00

20 lines
538 B
Text

--- 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: