aboutsummaryrefslogtreecommitdiff
path: root/share/me
Commit message (Collapse)AuthorAgeFilesLines
* Remove groff from baseBaptiste Daroussin2017-06-0723-3366/+0
| | | | | | | | | | | | | All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs. Also remove checknr(1) and colcrt(1) which are only useful with groff. Approved by: (no objections on the mailing lists) Notes: svn path=/head/; revision=319664
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge headSimon J. Gerraty2014-04-2816-80/+16
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=265044
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-1416-80/+16
|/ | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste Notes: svn path=/head/; revision=263142
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.Jens Schweikhardt2002-08-121-2/+4
| | | | | | | | Suggested by: bde MFC after: 3 days Notes: svn path=/head/; revision=101718
* Install manpage for old -me macro package.Ruslan Ermilov2002-03-203-324/+5
| | | | | | | (me.7 has been repo-copied to orig_me.7.) Notes: svn path=/head/; revision=92804
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-14/+9
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Remove whitespace at EOL.Dima Dorfman2001-07-152-8/+8
| | | | Notes: svn path=/head/; revision=79757
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74856
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+2
| | | | | | | Add $FreeBSD$. Notes: svn path=/head/; revision=72639
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48795
* Year 2000 fixesJames Raynard1997-12-201-1/+1
| | | | | | | | PR: 4930 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=31906
* Don't use a dot in the chown commands. In fact, don't use any commandsBruce Evans1997-03-081-12/+19
| | | | | | | | except `install' at install time. Don't build things at install time. Install with mode ${NOBINMODE} instead of 444. Notes: svn path=/head/; revision=23545
* Don't install me.7. Use the one in groff.Bruce Evans1995-08-051-1/+3
| | | | Notes: svn path=/head/; revision=9918
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Fix path in FILES sectionAndrey A. Chernov1995-01-112-4/+4
| | | | Notes: svn path=/head/; revision=5489
* Correct me.0 -> me.7Jordan K. Hubbard1994-08-111-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2015
* BSD 4.4 Lite Share SourcesRodney W. Grimes1994-05-3023-0/+3728
Notes: svn path=/head/; revision=1638