Add new __ prefixed tool namespace

This commit is contained in:
Tom G. Christensen
2007-09-20 10:31:08 +00:00
parent 4460536042
commit 48a08220e2
2 changed files with 50 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ UNZIP=/usr/local/bin/unzip
NROFF=/usr/local/bin/nroff
NROFFOPTS="-c -mandoc -Tascii -t"
# __ prefixed namespace for tool programs
. $BUILDPKG_BASE/scripts/buildpkg.tools
# Define defaults
pkgdir=${PWD##*/} # topdir under $BUILDPKG_BASE
buildpkgbase=$BUILDPKG_BASE
@@ -105,6 +108,7 @@ _mandir=man
_infodir=info
_includedir=include
_sysconfdir=etc
_datadir=$_sharedir
tmpdir=/tmp