Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove paths that are listed as compulsory (sorta). /usr/local is not | markm | 1999-07-25 | 1 | -3/+3 |
| | | | | | guaranteed to be there on a new system. This fixes whereis' "Could not stat file..." errors. | ||||
* | Add a missing backslash from the last commit. (Broke installworld) | jb | 1999-05-23 | 1 | -1/+1 |
| | |||||
* | Use BINOWN and BINGRP (some people do change these...) | hoek | 1999-05-22 | 1 | -2/+2 |
| | |||||
* | upgrade to perl 5.00503 | ache | 1999-05-13 | 1 | -2/+2 |
| | |||||
* | Add perl5 userland (actually localland) to MANPATH list. | markm | 1999-02-04 | 1 | -3/+2 |
| | |||||
* | space/tab problem | ache | 1998-10-02 | 1 | -2/+2 |
| | |||||
* | add /usr/share/perl/man | ache | 1998-10-02 | 1 | -1/+2 |
| | |||||
* | Add Id keyword | brian | 1998-09-13 | 1 | -1/+1 |
| | |||||
* | For every directory in ${PATH} that ends with "/bin", look for a | des | 1998-07-09 | 1 | -0/+11 |
| | | | | | | | corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott <wscott@ichips.intel.com> | ||||
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 1 | -7/+2 |
| | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. | ||||
* | Remove manpath.[ch] here and use the ones in ../manpath instead. | steve | 1997-11-30 | 1 | -2/+0 |
| | |||||
* | Resurrect manpath.c here. | steve | 1997-11-30 | 1 | -0/+525 |
| | |||||
* | Remove this copy of manpath.c and add the .PATH directive to get to | steve | 1997-11-30 | 2 | -520/+2 |
| | | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans | ||||
* | Always call gripe_reading_mp_config with the required arguments. | steve | 1997-11-30 | 1 | -2/+2 |
| | | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu> | ||||
* | Fixed bogus existence test related to searching for a nearby obj | bde | 1997-04-10 | 1 | -6/+1 |
| | | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it. | ||||
* | Remove a doubled word. Closes PR# 3163. | mpp | 1997-04-01 | 1 | -1/+0 |
| | | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> | ||||
* | Convert to mdoc format. | mpp | 1996-12-09 | 1 | -27/+39 |
| | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134 | ||||
* | Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't ship | asami | 1996-12-07 | 1 | -3/+1 |
| | | | | | | | | | | the system with these (and the mh port doesn't install there either). Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out in MANDATORY_MANPATH. 2.2 candidate, I guess. I can't even imagine why these stuff were still there! | ||||
* | Fixed DPADD. | bde | 1996-09-05 | 1 | -3/+4 |
| | |||||
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -5/+5 |
| | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. | bde | 1996-02-25 | 1 | -1/+1 |
| | |||||
* | making <page>.1 from <page>.man | wosch | 1996-02-06 | 1 | -0/+1 |
| | |||||
* | manpath.1 depend on manpath.man | wosch | 1996-01-24 | 1 | -0/+1 |
| | |||||
* | Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete. | jkh | 1995-11-28 | 1 | -1/+1 |
| | | | | Submitted by: mi@ALDAN.star89.galstar.com | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -1/+2 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -5/+5 |
| | |||||
* | Install manpath.config.sample with the correct mode. It should be installed | bde | 1995-02-26 | 1 | -1/+1 |
| | | | | elsewhere. | ||||
* | Remove /usr/gnu from mandatory manpath. | jkh | 1994-11-22 | 1 | -2/+0 |
| | |||||
* | Stop toasting folks' /etc/manpath.config files. | jkh | 1994-05-17 | 1 | -1/+1 |
| | |||||
* | Add X11R6 to manpath in preprataion for XFree86 3.0. | rich | 1994-05-17 | 1 | -1/+3 |
| | |||||
* | Removed manpath.1 and added CLEANFILES directive to Makefile since it's | nate | 1993-07-21 | 1 | -0/+1 |
| | | | | made automagically. | ||||
* | One last thing for making sure it works. | nate | 1993-07-21 | 1 | -1/+2 |
| | |||||
* | Changes to allow man to work with or without obj dirs. | jkh | 1993-07-21 | 1 | -3/+9 |
| | |||||
* | The install of manpath.config did not have a ${DESTDIR} in it. These | rgrimes | 1993-07-20 | 1 | -1/+1 |
| | | | | are needed on all install commands in Makefiles! | ||||
* | Lots of stuff is now configured in Makefile.inc, path to `less' no longer | jkh | 1993-07-16 | 1 | -0/+3 |
| | | | | | absolute, less uses "fall off end" flag by default, manpath.config now properly installed. Happy now, Rod? :-) | ||||
* | Changed Makefile to use Nate's selective obj/noobj build scheme. | jkh | 1993-07-08 | 1 | -1/+6 |
| | |||||
* | Newer new man page reader. | jkh | 1993-07-07 | 5 | -0/+646 |