mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
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/
20 lines
538 B
Text
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:
|