aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* Make depends a separate target. Now you can select when the dependencyjkh1994-11-151-11/+15
* Add patch cookies. This should prevent gratuitous patch re-applicationjkh1994-11-111-9/+24
* For submakes, don't do a `${MAKE} ${MAKEFILE} all' orjkh1994-11-041-5/+8
* Add reinstall target for Poul-H. This lets you install again fromjkh1994-11-041-2/+12
* This is what I get for implementing suggestions without really thinkingjkh1994-11-021-2/+2
* 2 changes:jkh1994-11-021-9/+16
* Make patch rule pick up everything in patchdir alphabetically.jkh1994-11-011-2/+2
* 1. PREFIX has nothing to do with DESTDIR. Remove it finally.jkh1994-10-231-4/+4
* Invoke install.man if USE_IMAKE is set.jkh1994-10-221-1/+4
* Add ${.MAKEFLAGS} to sub-makes, pointed by Rodache1994-10-151-4/+4
* Add new IS_INTERACTIVE flag. This lets you specify that the portjkh1994-10-141-3/+37
* Silence the sub-makes.jkh1994-10-131-3/+3
* Change the way pre-install was done after a suggestion from Andrew.jkh1994-10-131-7/+5
* Re-work the way pre-install was being depended. I couldn't make thejkh1994-10-131-3/+3
* Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure lineache1994-10-121-2/+2
* Move 'make pre-configure' inside .configure.done: target, orache1994-10-121-2/+3
* configure: pre-configure extract ... must beache1994-10-121-2/+2
* Following changes from Robert Withrow (+ a few mods):jkh1994-10-061-4/+11
* Add an install prefix for packages, so that they're built by defaultjkh1994-10-041-2/+2
* Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't havejkh1994-10-041-1/+2
* If GNU_CONFIGURE is set, pass `--prefix=${PREFIX}'; this should helpjkh1994-10-041-1/+6
* Whoops! Forgot to pass PREFIX to the configure subshells. Done.jkh1994-10-041-5/+5
* Add PREFIX pointing to ${DESTDIR}/usr/local - let's see if we can'tjkh1994-10-041-1/+3
* Prevent duplicate installs with an install cookie.jkh1994-10-031-4/+12
* May the saints praise Robert Withrow <witr@rwwa.com> for showing mejkh1994-10-031-9/+17
* Don't hardcode patch and its arguments. Not quite the same patch as submittedjkh1994-09-281-2/+6
* change COOKIE directory from .CURDIR to WRKDIR since a user may not haveswallace1994-09-221-3/+3
* Modified DEPENDS rule so that anything you depend on gets bothjkh1994-09-191-2/+2
* DESTDIR added to PORTSDIR definitionache1994-09-191-2/+2
* Add support for DEBUG_FLAGS. If you say something like:jkh1994-09-161-1/+3
* Remove obsolete bundle target, add new fetch target.jkh1994-09-151-5/+5
* Don't assume / seperator between site name and dist file in fetch.jkh1994-09-141-3/+3
* Missing semi-colon after a done statement. Fixed.jkh1994-09-131-2/+2
* Adjust comments to document MASTER_SITES and remove mention ofjkh1994-09-131-5/+2
* Ok, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolvedjkh1994-09-131-10/+14
* More fixes and general cleanup. Add more fine-grained control over whatjkh1994-09-111-15/+25
* Whoops, forgot to stop this lurking typo, too.jkh1994-09-111-2/+1
* Eliminate a few lurking bogons - this is almost close to being right!jkh1994-09-111-4/+13
* Annual simplification drive:jkh1994-09-111-110/+95
* Rearrange this a bit while I think about the whole problem of fetchingjkh1994-09-091-50/+55
* As per suggestion by Michael Reifenberger, make ncftp use the -N flag.jkh1994-09-091-2/+3
* Fixed a couple of typos. Ok, this works now. Only one significant hurdlejkh1994-09-021-5/+5
* Ok, I've reviewed this and made it work now. ncftp fetching seems to bejkh1994-09-021-17/+16
* Add a few missing >> lines to error echo's.. This is basically myjkh1994-09-021-4/+4
* Here's my first cut at doing auto-fetch with ncftp. The extract rulejkh1994-09-021-7/+31
* Geeze, what was I thinking again? Replace all references to:jkh1994-09-021-7/+15
* added hook for post-build scriptadam1994-08-311-1/+4
* Lots of changes - get the NO_XXX things over, add @'s to the touches forjkh1994-08-281-20/+74
* Add a pre-configure rule after all, since it's helpful to be ablejkh1994-08-261-6/+7
* Also `make Makefiles' in USE_IMAKE case to catch subdirs.jkh1994-08-261-2/+2
* Sigh. I am a hosebrain. I've been using gmake for so long, I'vejkh1994-08-251-21/+6
* Add a new flag: USE_IMAKEjkh1994-08-251-1/+4
* Some cosmetic changes.jkh1994-08-241-7/+56
* Ok, this should work with a centralized package directory now (so youjkh1994-08-221-6/+5
* Make package target a lot more general.jkh1994-08-221-6/+14
* Whoops - left out the package rule!jkh1994-08-221-1/+5
* Use proper proper package suffix.jkh1994-08-221-2/+2
* Whoops, left out a backslash in my package rule.jkh1994-08-221-4/+4
* Ok, now we warn if we're about to recreate the distfile from configuredjkh1994-08-221-7/+12
* New bsd.port.subdir.mk file for use by ports. This groks all thejkh1994-08-222-42/+60
* I had to bite the bullet: There's now a port.subdir.mk that does the rightjkh1994-08-222-3/+91
* Sigh.. Some of these configs are a little hairy. I need to know thejkh1994-08-221-5/+5
* Make things a little more user-friendlyjkh1994-08-221-3/+5
* Get the .configure_done stuff working - it wasn't in the right place.jkh1994-08-221-3/+3
* Start really adding some features here. Let's see:jkh1994-08-221-8/+33
* Simplify the whole configuration script business quite a bit. Whatjkh1994-08-211-9/+5
* Whoops, the check for a missing distfile was slightly bogus. Now it works.jkh1994-08-211-10/+11
* Make any local configuration file unconditional. That is, if one existsjkh1994-08-211-8/+8
* Commit my new ports make macros. Still not 100% complete yet by any meansjkh1994-08-211-0/+152