diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-12 11:59:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-12 11:59:39 +0000 |
commit | c64bc78c091837def7820299eb99ed51a21570d8 (patch) | |
tree | 11f97f7a8dfc7f910e62538f840040e233fa0ea3 /Makefile.in | |
parent | 3490078bdc134e2464dfb35711b6e08dfad7a8da (diff) | |
download | fetchmail-c64bc78c091837def7820299eb99ed51a21570d8.tar.gz fetchmail-c64bc78c091837def7820299eb99ed51a21570d8.tar.bz2 fetchmail-c64bc78c091837def7820299eb99ed51a21570d8.zip |
Added port-specification option.
svn path=/trunk/; revision=87
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 4b40f40f..1b21e6fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,10 +41,10 @@ instname = popclient bindir = $(exec_prefix)/bin # Directory to install the Info files in. infodir = $(prefix)/info -# Directory to install the man page in. -mandir = $(prefix)/man/man$(manext) # Number to put on the man page filename. manext = 1 +# Directory to install the man page in. +mandir = $(prefix)/man/man$(manext) # Program to install `make'. INSTALL_PROGRAM = @INSTALL_PROGRAM@ |