summaryrefslogtreecommitdiff
path: root/sysutils/procmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ${WRKDIR} for building rather than the src directory in order to allowJason Evans2000-04-234-4/+188
| | | | | | | building from a read-only ports tree. Notes: svn path=/head/; revision=27939
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* Fix build problem (read-only ${PORTSDIR}) by addingSatoshi Asami2000-04-071-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. Notes: svn path=/head/; revision=27404
* Add the procmap port, which prints procfs map files.Jason Evans2000-03-235-0/+32
Notes: svn path=/head/; revision=26975