summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/Makefile.in
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-02 06:33:59 +0000
committerpeter <peter@FreeBSD.org>2000-10-02 06:33:59 +0000
commit590c411955d6975551ffeaf41d7faf4b26f836d1 (patch)
treec2ec0b150478a3cab9fb18e60d02dedbdc1cfd15 /contrib/cvs/Makefile.in
parent784ea5066cbea73d04e8ce5783dd0eb842e3ac1f (diff)
downloadFreeBSD-src-590c411955d6975551ffeaf41d7faf4b26f836d1.zip
FreeBSD-src-590c411955d6975551ffeaf41d7faf4b26f836d1.tar.gz
Import cvs-1.11 onto vendor branch.
Diffstat (limited to 'contrib/cvs/Makefile.in')
-rw-r--r--contrib/cvs/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/cvs/Makefile.in b/contrib/cvs/Makefile.in
index dfced91..f8384e1 100644
--- a/contrib/cvs/Makefile.in
+++ b/contrib/cvs/Makefile.in
@@ -50,16 +50,16 @@ 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
-libdir = $(prefix)/lib
+libdir = @libdir@
# Where to put the Info files
-infodir = $(prefix)/info
+infodir = @infodir@
# Where to put the manual pages.
-mandir = $(prefix)/man
+mandir = @mandir@
#### End of system configuration section. ####
OpenPOWER on IntegriCloud