diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 01:31:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 01:31:17 +0000 |
commit | 607ef25fb621492a8715502ccc357404880f091e (patch) | |
tree | 29839a133e25b1cc9f4cbc00eb73f42f9387b247 /Tools | |
parent | A little script to call "at" to copy the packages. (diff) |
A configuration file where all options reside.
Notes
Notes:
svn path=/head/; revision=33171
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/portbuild.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tools/portbuild/portbuild.conf b/Tools/portbuild/portbuild.conf new file mode 100644 index 000000000000..53491dfa5890 --- /dev/null +++ b/Tools/portbuild/portbuild.conf @@ -0,0 +1,17 @@ +# $FreeBSD$ + +# sample configuration file for package build + +arch=i386 +domain=FreeBSD.org +ftpsite=ftp.$domain +distfiledir=w/ports/distfiles +packagedir=w/ports/${arch}/tmp +master=onigiri +pb=/var/portbuild +user=asami +mailto=$user@$domain + +# +# add your own variables down here to avoid CVS merge conflicts +# |