diff options
author | asami <asami@FreeBSD.org> | 2000-09-27 01:31:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-27 01:31:17 +0000 |
commit | 7cd287e9dad9234b035420439e566a8a3cca9d73 (patch) | |
tree | 0b722daca45f3c6908826f9af0478ea992476d33 | |
parent | 92840972d13aa361b6ea01ad905cdddc1a49500d (diff) | |
download | FreeBSD-ports-7cd287e9dad9234b035420439e566a8a3cca9d73.zip FreeBSD-ports-7cd287e9dad9234b035420439e566a8a3cca9d73.tar.gz |
A configuration file where all options reside.
-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 0000000..53491df --- /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 +# |