diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-07 23:19:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-07 23:19:11 +0000 |
commit | f3aec7e67f5da0511faf732d23044696597f8d84 (patch) | |
tree | eca2621f0d4f3761eeae7141621b529fd6058bfd /ftp | |
parent | 0a671821bd4dfd7c3003a3814daf62d3c4d0c8cd (diff) | |
download | freebsd-ports-f3aec7e67f5da0511faf732d23044696597f8d84.zip |
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.
Diffstat (limited to 'ftp')
0 files changed, 0 insertions, 0 deletions