summaryrefslogtreecommitdiff
path: root/pkgtools/pkgclean
AgeCommit message (Collapse)AuthorFilesLines
2005-03-14NROFF isn't used here; don't define it.tv1-3/+1
2005-01-18Don't build catpages inside the package. Not every system has a nrofftv2-7/+4
shipped standard.
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-10-14Change pkgclean to wait for the termination of all the child processes.ben2-17/+15
This fix comes from Peter Postma, and it addresses a problem reported by Ryo HAYASAKA in PR#27250.
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-06-22Initial import of pkgclean-20040622 from pkgsrc-wip, written byxtraeme5-0/+228
Peter Postma. pkgclean cleans up your pkgsrc by removing the work directories. It's a fast alternative for ``cd /usr/pkgsrc && make clean''.