Commit graph

4 commits

Author SHA1 Message Date
Jason Evans
d34c09f038 Use ${WRKDIR} for building rather than the src directory in order to allow
building from a read-only ports tree.
2000-04-23 22:26:00 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Satoshi Asami
f3aec7e67f Fix build problem (read-only ${PORTSDIR}) by adding
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.
2000-04-07 23:19:11 +00:00
Jason Evans
c0165651be Add the procmap port, which prints procfs map files. 2000-03-23 03:28:57 +00:00