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