diff --git a/net-misc/neon/neon-0.29.1.bep b/net-misc/neon/neon-0.29.1.bep index 355e356b5..ebef04679 100644 --- a/net-misc/neon/neon-0.29.1.bep +++ b/net-misc/neon/neon-0.29.1.bep @@ -9,7 +9,7 @@ CHECKSUM_MD5="eb4eac0499cb6fced6e3b11e4b720ebb" BUILD { cd neon-0.29.1 autogen.sh - ./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared + ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --with-ssl --with-libxml2 --enable-shared make } diff --git a/net-misc/neon/neon-0.29.3.bep b/net-misc/neon/neon-0.29.3.bep index 4723aa2fa..f703a36c5 100644 --- a/net-misc/neon/neon-0.29.3.bep +++ b/net-misc/neon/neon-0.29.3.bep @@ -9,7 +9,7 @@ CHECKSUM_MD5="ba1015b59c112d44d7797b62fe7bee51" BUILD { cd neon-0.29.3 autogen.sh - ./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared + ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --with-ssl --with-libxml2 --enable-shared make } diff --git a/net-misc/neon/neon-0.29.4.bep b/net-misc/neon/neon-0.29.4.bep index 606d28616..66b6fa801 100644 --- a/net-misc/neon/neon-0.29.4.bep +++ b/net-misc/neon/neon-0.29.4.bep @@ -9,7 +9,7 @@ CHECKSUM_MD5="29438dbdaee84db2d7fbc73248a92d93" BUILD { cd neon-0.29.4 autogen.sh - ./configure --prefix=/boot/common --with-ssl --with-libxml2 --enable-shared + ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --with-ssl --with-libxml2 --enable-shared make } diff --git a/net-misc/rsync/rsync-3.0.6.bep b/net-misc/rsync/rsync-3.0.6.bep index 1fcac9e1f..7a294c7ec 100644 --- a/net-misc/rsync/rsync-3.0.6.bep +++ b/net-misc/rsync/rsync-3.0.6.bep @@ -8,7 +8,7 @@ DEPEND="" BUILD { cd rsync-3.0.6 libtoolize --force --copy --install - ./configure --prefix=/boot/common --disable-ipv6 --disable-locale --disable-debug + ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --disable-ipv6 --disable-locale --disable-debug make reconfigure make } diff --git a/net-misc/rsync/rsync-3.0.7.bep b/net-misc/rsync/rsync-3.0.7.bep index 95b2b5f07..5f579e1d3 100644 --- a/net-misc/rsync/rsync-3.0.7.bep +++ b/net-misc/rsync/rsync-3.0.7.bep @@ -10,7 +10,7 @@ BUILD { libtoolize --force --copy --install aclocal autoconf - ./configure --prefix=/boot/common --enable-xattr-support --disable-iconv --disable-iconv-open --disable-ipv6 --disable-locale --disable-debug + ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-xattr-support --disable-iconv --disable-iconv-open --disable-ipv6 --disable-locale --disable-debug make reconfigure make } diff --git a/net-misc/wput/wput-0.6.1.bep b/net-misc/wput/wput-0.6.1.bep index 2bf494ee7..7215374cf 100644 --- a/net-misc/wput/wput-0.6.1.bep +++ b/net-misc/wput/wput-0.6.1.bep @@ -12,7 +12,7 @@ BUILD { libtoolize --force --copy --install aclocal -I m4 --warnings=none --force autoconf --warnings=none - ./configure --prefix=/boot/common --enable-shared --disable-nls + ./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --enable-shared --disable-nls make }