diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-10 19:31:37 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-10 19:31:37 +0000 |
commit | 660a9e91edc56a0125f26045a71659394f9695dd (patch) | |
tree | c483455379f9b1936a06ce02be447bf0f069796f /gnu/usr.bin/cvs/contrib | |
parent | 401a4da8c9d8080c2f81ea0e35cc9e72d12b0382 (diff) |
Integrate local changes
Diffstat (limited to 'gnu/usr.bin/cvs/contrib')
-rw-r--r-- | gnu/usr.bin/cvs/contrib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/contrib/Makefile.in b/gnu/usr.bin/cvs/contrib/Makefile.in index 2ae38175549..71c56bb751e 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile.in +++ b/gnu/usr.bin/cvs/contrib/Makefile.in @@ -22,7 +22,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ # Where to install the executables. -bindir = $(exec_prefix)/bin +bindir = @bindir@ # Where to put the system-wide .cvsrc file libexecdir = $(prefix)/libexec @@ -31,7 +31,7 @@ libexecdir = $(prefix)/libexec datadir = $(prefix)/share # Where to put the manual pages. -mandir = $(prefix)/man +mandir = @mandir@ # where to find command interpreters perl_path = @perl_path@ |