summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :).Satoshi Asami1997-01-141-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Skip non-existent subdirectories. The diff is rather large becauseSatoshi Asami1997-01-131-10/+11
* Add OpenBSD support. Change some comments to reflect the fact. Also:Satoshi Asami1997-01-121-9/+22
* (1) New variable, SCRIPTS_ENV, which is passed to scripts/configureSatoshi Asami1997-01-121-23/+43
* if !(command) -> if ! (command)Wolfram Schneider1997-01-101-2/+2
* I'm sorry, this kind of commits need to be reviewed by me, espiciallySatoshi Asami1996-12-261-21/+7
* Integrate changes from OpenBSD's efforts to use the FreeBSD ports system.Warner Losh1996-12-251-4/+21
* Suggested by: msmithSatoshi Asami1996-12-231-9/+11
* Add missing targets (extract, patch) in the IGNORE (INTERACTIVE &Satoshi Asami1996-12-181-7/+11
* Add new variable IGNOREFILES, to be set to list of files that you don'tSatoshi Asami1996-12-171-13/+53
* Change delimiter of substitution that uses MANLANG from `.' to `%', soSatoshi Asami1996-12-121-4/+4
* Extend the manpage compression handling a bit.Satoshi Asami1996-12-111-6/+18
* Add support for uncompressing manpages that are already installedSatoshi Asami1996-12-111-4/+16
* Submitted by: fennerSatoshi Asami1996-12-091-10/+14
* Was using new URL (ftp://ftp://) before the RFC has been voted on. :-)David E. O'Brien1996-12-081-2/+2
* Optimize by changing "sort | uniq" -> "sort -u". "make index" is nowSatoshi Asami1996-12-041-6/+6
* Merge from RELENG_2_2 (duh). See rev 1.227.2.4 for details.Satoshi Asami1996-11-301-53/+95
* Just realized that the spacing after "==>" is not consistent. I'mSatoshi Asami1996-11-141-8/+8
* Oops, forgot to silencethe gzip command to compress manpages.Satoshi Asami1996-11-141-2/+3
* (1) There is no default "orphans" for CATEGORIES, it simply fails ifSatoshi Asami1996-11-131-21/+106
* Set tabstops to 4 in vi like in emacs.David E. O'Brien1996-11-031-1/+2
* (1) Add NetBSD support. Closes PR bin/1643.Satoshi Asami1996-11-012-36/+76
* Back out changes in rev. 1.217 -- ${CONFIGURE_SCRIPT} is notSatoshi Asami1996-09-241-3/+3
* Look on the CDROM for patch files too.Satoshi Asami1996-09-231-2/+4
* /bin/echo -> ${ECHO}Wolfram Schneider1996-08-251-2/+2
* Use the new "file:" URL specification to fetch to check the CDROMSatoshi Asami1996-08-241-2/+12
* Update explanation of *_DEPENDS, in particular note that bsd.port.mkSatoshi Asami1996-08-201-18/+20
* (1) Use INSTALL_PROGRAM where we attempt to pass this command lineSatoshi Asami1996-08-181-2/+7
* (1) Ignore patches directory without a patch with a message instead ofSatoshi Asami1996-08-171-44/+29
* (1) Add myself as MAINTAINER (of this file) -- commented out so itSatoshi Asami1996-08-151-4/+29
* Make explanation of BUILD_DEPENDS less confusing.Satoshi Asami1996-08-071-3/+3
* Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't haveAndreas Klemm1996-07-271-3/+3
* Remove now-unused SRC_ENCAPSULATION hack.Jordan K. Hubbard1996-07-051-29/+1
* Add a missing space in a commentGary Palmer1996-06-261-2/+2
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-26/+5
* Correct spelling errors (i before e except after c :-) )Gary Palmer1996-06-221-3/+3
* Handle the `distribute' target.Jordan K. Hubbard1996-06-201-1/+7
* Whoops - I made `make clean' chatty by mistake.Jordan K. Hubbard1996-06-201-2/+2
* The changes to go with ncftp -> fetch. Besides changing the names,Satoshi Asami1996-06-191-11/+12
* Spit out the a proper port path for the describe target.Jordan K. Hubbard1996-06-191-2/+2
* Ok, now cleandir: is correct.Jordan K. Hubbard1996-06-191-4/+4
* Add some unobtrusive changes to handle sources which aren't portsJordan K. Hubbard1996-06-191-53/+106
* Add "MASTER_SITES?=" (no this is not a typo) right before theSatoshi Asami1996-06-131-1/+2
* Add some comments to sections to disable targets using NO_* variables.Satoshi Asami1996-06-011-6/+12
* Set MAKE_ENV and CONFIGURE_ARGS with += instead of ?=, it is easier toSatoshi Asami1996-05-301-3/+3
* Fix a minor grammatical error (reselled -> resold) I just noticed.Jordan K. Hubbard1996-04-271-2/+2
* Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.Satoshi Asami1996-04-261-2/+2
* Add NO_CDROM, RESTRICTED, BROKEN and Motif support.Satoshi Asami1996-04-121-9/+50
* use .for loop for common targetsWolfram Schneider1996-04-091-51/+6