Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${WRKDIR} for building rather than the src directory in order to allow | Jason Evans | 2000-04-23 | 4 | -4/+188 |
| | | | | building from a read-only ports tree. | ||||
* | Update with the new PORTNAME/PORTVERSION variable | Chris Piazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | Fix build problem (read-only ${PORTSDIR}) by adding | Satoshi Asami | 2000-04-07 | 1 | -8/+4 |
| | | | | | | | | | | | | MAKE_ENV=MAKEOBJDIRPREFIX=${WRKDIR} and a pre-build target to do a "make obj". That obsoletes the pre-clean target since the generated files all go into ${WRKDIR} and there's nothing to clean on the source directory. Also, fix several minor bogons. NO_CHECKSUM is a user variable, and never should be set in a port Makefile. NO_WRKSUBDIR is not necessary because WRKSRC is set explicitly. I don't know what the empty do-fetch is doing there. | ||||
* | Add the procmap port, which prints procfs map files. | Jason Evans | 2000-03-23 | 5 | -0/+32 |