Date: Wed, 26 Feb 2014 08:35:15 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346143 - head/sysutils/fconfig Message-ID: <201402260835.s1Q8ZFo7001600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 26 08:35:15 2014 New Revision: 346143 URL: http://svnweb.freebsd.org/changeset/ports/346143 QAT: https://qat.redports.org/buildarchive/r346143/ Log: Support staging Modified: head/sysutils/fconfig/Makefile Modified: head/sysutils/fconfig/Makefile ============================================================================== --- head/sysutils/fconfig/Makefile Wed Feb 26 08:33:32 2014 (r346142) +++ head/sysutils/fconfig/Makefile Wed Feb 26 08:35:15 2014 (r346143) @@ -10,12 +10,12 @@ MASTER_SITES= http://downloads.openwrt.o MAINTAINER= thompsa@FreeBSD.org COMMENT= Read and modify RedBoot embedded boot configuration +USES= gmake + WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes PLIST_FILES= sbin/fconfig -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260835.s1Q8ZFo7001600>