summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Use lorder/tsort for shared libraries. It might help group things better.dg1995-08-021-2/+2
* Use GZIPCMD to hold name of gzip command rather than just GZIP.wollman1995-07-272-9/+9
* Compress `doc' and `info' documents before installing them.wollman1995-07-262-18/+44
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
* Let MASTER_SITE_OVERRIDE be prepended to the MASTER_SITES list insteadasami1995-07-241-3/+3
* Simplify the USE_IMAKE stuff considerably.jkh1995-07-171-9/+1
* A regrettable hack to allow a port to say that it doesn't want its Makefilesjkh1995-07-151-1/+5
* Add IS_DEPENDED_TARGET to change the behavior of a port when you wantasami1995-07-111-2/+18
* Useasami1995-06-261-6/+6
* Use full pathnames for the commands. Everything except gmake andasami1995-06-261-93/+99
* Check if uid is 0 before running mtree. If you aren't root, you justasami1995-06-261-2/+7
* Add new option NO_MTREE. If set, bsd.port.mk won't run mtree toasami1995-06-251-2/+8
* Add a "checkpatch" target that does a "patch -C" instead of a "patch".asami1995-06-241-3/+20
* Renamed the default package repository ".../packages/.packages" toasami1995-06-061-4/+5
* Remove comment about not being able to undefine a variable, as we *can*asami1995-05-291-3/+2
* Fix the indent level. I know we're in code freeze, and this isasami1995-05-161-2/+2
* Don't conditionalize fake-pkg on NO_PACKAGE.asami1995-05-131-5/+1
* Add FORCE_PACKAGE, if this is defined, NO_PACKAGE will be turned off.asami1995-05-131-1/+7
* When NO_PACKAGE is set, "package" and "repackage" don't depend onasami1995-05-121-3/+3
* Not only deleting the package and package links, also exit with statusasami1995-05-121-1/+2
* Delete package and links when pkg_create fails.asami1995-05-121-4/+7
* Add new variable to override the "hey foobar-1.2.3 is already installed"asami1995-05-101-1/+6
* Change install: to afterinstall: to be more consistent.rgrimes1995-05-091-2/+2
* Make the "reinstall" target delete the package cookie as well asasami1995-05-091-1/+2
* Submitted by: charnier@lirmm.fr (Philippe Charnier)bde1995-05-071-2/+2
* added support for distribution patches in a subdir of ${DISTFILES}adam1995-05-041-18/+28
* Put an `@' in front of the mtree command. I don't want to see it.jkh1995-05-041-2/+2
* Add an mtree line to the install target.jkh1995-05-021-1/+6
* A bunch of new targets in the package area. Relevent targets are:asami1995-04-301-14/+44
* Pass X11BASE to all sub-makes. I need it for a port, and I daresay thatjkh1995-04-281-18/+18
* Add LIBFTP.jkh1995-04-261-1/+2
* (1) Add the chain of dependencies to the targets in the NO_* sectionasami1995-04-241-10/+12
* Move call of fake-pkg from do-install to end of install.asami1995-04-241-4/+4
* Ok, this should get the last of the stragglers installed into a new fake-pkg.jkh1995-04-221-1/+4
* Don't try to run the fake-pkg target if NO_PACKAGE is set.jkh1995-04-221-1/+3
* Typo: patch -> packagejkh1995-04-221-2/+2
* Instead of copying PLIST over, run pkg_create in a special mode that dumpsjkh1995-04-221-2/+2
* Major overhaul. The major targets (fetch, extract, patch, configure,asami1995-04-201-357/+532
* 1. Add Satoshi's much-requested "fake pkg_add" option to the installationjkh1995-04-191-1/+29
* Use PKGNAME in the "describe" target (used to generate INDEX) too.asami1995-04-181-2/+2
* Use PKGNAME instead of DISTNAME in messages. To avoid things likeasami1995-04-181-20/+20
* "package" now depends on "install", so we can do "make -k package" fromasami1995-04-171-2/+18
* "all" now depends on "build", not "extract configure build".asami1995-04-171-2/+2
* Yikes...typo (.package/ should have been .packages/).asami1995-04-151-2/+2
* Don't pass duplicate pkgdeps to pkg_createjkh1995-04-101-3/+3
* Add new -P argument to pkg_create.jkh1995-04-091-2/+2
* Add 2 new targets to facilitate some things I'm thinking about.jkh1995-04-091-1/+21
* 1. Fix the first line (should be a proper comment - silly emacs).jkh1995-04-091-3/+4
* Add support for categorized subdirectories for packages. By default,asami1995-04-091-6/+25
* Add USE_X11 for ports which are X11 users but don't use IMAKE.jkh1995-04-041-2/+3
OpenPOWER on IntegriCloud