diff -urN gcvs.orig/Makefile gcvs/Makefile --- gcvs.orig/Makefile Tue Feb 5 20:29:49 2002 +++ gcvs/Makefile Sat Apr 27 18:18:11 2002 @@ -6,7 +6,7 @@ # PORTNAME= gcvs -PORTVERSION= 1.0b2 +PORTVERSION= 1.0b3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cvsgui diff -urN gcvs.orig/distinfo gcvs/distinfo --- gcvs.orig/distinfo Tue Feb 5 20:29:49 2002 +++ gcvs/distinfo Sat Apr 27 18:55:32 2002 @@ -1 +1 @@ -MD5 (gcvs-1.0b2.tar.gz) = 78cac5ec6c3463ece10a9b362b3965f7 +MD5 (gcvs-1.0b3.tar.gz) = 997af3526601b45c178134dff56f888a diff -urN gcvs.orig/files/patch-cvsunix-contrib-Makefile.in gcvs/files/patch-cvsunix-contrib-Makefile.in --- gcvs.orig/files/patch-cvsunix-contrib-Makefile.in Sat Mar 31 13:42:00 2001 +++ gcvs/files/patch-cvsunix-contrib-Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,24 +0,0 @@ ---- 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 - diff -urN gcvs.orig/files/patch-cvsunix-src-Makefile.in gcvs/files/patch-cvsunix-src-Makefile.in --- gcvs.orig/files/patch-cvsunix-src-Makefile.in Sat Mar 31 13:42:00 2001 +++ gcvs/files/patch-cvsunix-src-Makefile.in Sat Apr 27 18:24:02 2002 @@ -1,14 +1,5 @@ --- 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 \