diff options
Diffstat (limited to 'development/bmake')
-rw-r--r-- | development/bmake/bmake.SlackBuild | 6 | ||||
-rw-r--r-- | development/bmake/bmake.info | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/development/bmake/bmake.SlackBuild b/development/bmake/bmake.SlackBuild index 98860a903e..dadaa22dfb 100644 --- a/development/bmake/bmake.SlackBuild +++ b/development/bmake/bmake.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bmake -VERSION=${VERSION:-20141111} +VERSION=${VERSION:-20150606} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,10 +87,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-default-sys-path=/usr/share/mk-$PRGNAM \ --build=$ARCH-slackware-linux -# Override the build system's installation permissions. -#install -d -m 755 $PKG/usr/bin -#install -d -m 755 $PKG/usr/share/man/man1 -#install -d -m 755 $PKG/usr/share/mk make install DESTDIR=$PKG MANTARGET=man MAKESYSPATH=/usr/share/mk-$PRGNAM # Override the build system's installation locations. diff --git a/development/bmake/bmake.info b/development/bmake/bmake.info index 801da7687c..1793126d73 100644 --- a/development/bmake/bmake.info +++ b/development/bmake/bmake.info @@ -1,8 +1,8 @@ PRGNAM="bmake" -VERSION="20141111" +VERSION="20150606" HOMEPAGE="http://www.crufty.net/help/sjg/bmake.htm" -DOWNLOAD="http://www.crufty.net/ftp/pub/sjg/bmake-20141111.tar.gz" -MD5SUM="7bdcae1d1ff68d942d9dfe922d1043b9" +DOWNLOAD="http://www.crufty.net/ftp/pub/sjg/bmake-20150606.tar.gz" +MD5SUM="0f61b2181452bd6e68d63abe0d62aabf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |