Index: head/devel/build/Makefile =================================================================== --- head/devel/build/Makefile (revision 455637) +++ head/devel/build/Makefile (revision 455638) @@ -1,25 +1,27 @@ # Created by: gahr # $FreeBSD$ PORTNAME= build PORTVERSION= 0.3.10 CATEGORIES= devel -MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= https://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Massively-parallel build system implemented on top of GNU make LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= bash:shells/bash USES= gmake tar:bzip2 - -NO_BUILD= yes MAKEFILE= makefile MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX} + +NO_BUILD= yes +NO_ARCH= yes PLIST_SUB= BUILD_VER=${PORTVERSION:R} .include Index: head/devel/build/pkg-descr =================================================================== --- head/devel/build/pkg-descr (revision 455637) +++ head/devel/build/pkg-descr (revision 455638) @@ -1,17 +1,17 @@ build is a massively-parallel software build system implemented on top of GNU make. Build is designed with the following tasks in mind: * configuration * building * testing * installation Some of its features include: * position-independent makefiles. * non-recursive multi-makefile include-based structure. * leaf makefiles are full-fledged GNU makefiles, not just variable definitions. * complete dependency graph. * inter-project dependency tracking. * extensible language/compiler framework. -WWW: http://www.codesynthesis.com/projects/build/ +WWW: https://www.codesynthesis.com/projects/build/