summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-12-22 01:35:33 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-12-22 01:35:33 +0000
commit1c4434b644ebc9450d54ac642056dfa0e4c9fbc8 (patch)
treefb983a162fb344b5dcf8fcd32e01a1a7e8961667 /mk/bulk/build.conf-example
parent8e45b38b7bddec76f161895d99ca83b58c0f19f6 (diff)
downloadpkgsrc-1c4434b644ebc9450d54ac642056dfa0e4c9fbc8.tar.gz
make the pruning of distfiles be controlled by a build.conf setting.
this way if you have 2 different pkgsrc trees sharing a distfiles directory you don't nuke distfiles which may still be needed.
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index 274306346f7..237c7edf9ae 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,5 +1,5 @@
# build.conf
-# $NetBSD: build.conf-example,v 1.4 2000/11/17 16:59:01 hubertf Exp $
+# $NetBSD: build.conf-example,v 1.5 2000/12/22 01:35:33 dmcmahill Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -26,6 +26,10 @@ USR_PKGSRC="/usr/pkgsrc"
# As which user to run "cvs updates". Leave empty for no update.
CVS_USER="yourlogin"
+# prune distfiles to remove those which are out of date
+# can be set to 'yes' or 'no'.
+PRUNEDISTFILES=yes
+
# Proxies (optional):
#ftp_proxy=http://proxy.machi.ne:3128/
#http_proxy=http://proxy.machi.ne:3128/