diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 21:45:15 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-23 21:45:15 +0000 |
| commit | a2f26adbf2348f31cc8905d38d7680e67f075479 (patch) | |
| tree | 784db0a1decd6703c6c3dc1e8f30bb6c66bbbf2d /devel/gcvs/files/patch-cvsunix-src-Makefile.in | |
| parent | Forgot to bump PORTREVISION. (diff) | |
Fix build problem with getopt.h on current.
remove BROKEN
Diffstat (limited to '')
| -rw-r--r-- | devel/gcvs/files/patch-cvsunix-src-Makefile.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/devel/gcvs/files/patch-cvsunix-src-Makefile.in b/devel/gcvs/files/patch-cvsunix-src-Makefile.in index af49c6dfc7d8..fe726a8488e7 100644 --- a/devel/gcvs/files/patch-cvsunix-src-Makefile.in +++ b/devel/gcvs/files/patch-cvsunix-src-Makefile.in @@ -1,6 +1,14 @@ ---- cvsunix/src/Makefile.in.orig Tue Mar 6 17:36:21 2001 -+++ cvsunix/src/Makefile.in Thu Mar 29 00:44:20 2001 -@@ -88,7 +88,7 @@ +--- cvsunix/src/Makefile.in.orig Thu Nov 7 19:29:06 2002 ++++ cvsunix/src/Makefile.in Fri Dec 20 19:56:41 2002 +@@ -34,6 +34,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + LIBS = @LIBS@ + +@@ -89,7 +90,7 @@ install: installdirs @for prog in $(PROGS); do \ echo Installing $$prog in $(bindir); \ |
