diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-15 17:49:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-15 17:49:52 +0000 |
commit | 6503b64554166142238ab064c0871006a02efdfe (patch) | |
tree | 9f857760a24a406d65df0fadb9b8bc23425ccf29 /devel/gcvs/files/patch-cvsunix-contrib-Makefile.in | |
parent | Fix building problem in bento. (diff) |
- Update to 1.0
- remove patches that are now part of distribution
- bump PORTEPOCH, as 1.0 is newer than 1.0rc1
Diffstat (limited to 'devel/gcvs/files/patch-cvsunix-contrib-Makefile.in')
-rw-r--r-- | devel/gcvs/files/patch-cvsunix-contrib-Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in deleted file mode 100644 index 2ba9a605ce99..000000000000 --- a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- cvsunix/contrib/Makefile.in.orig Tue Sep 26 15:18:40 2000 -+++ cvsunix/contrib/Makefile.in Fri Dec 20 20:05:08 2002 -@@ -38,6 +38,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - - DISTFILES = \ - ChangeLog README .cvsignore intro.doc \ -@@ -83,10 +84,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 - |