aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fconfig
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:35:15 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:35:15 +0000
commitfc7167cfed343c6cdafbdfdf9f4c53504ae2d4e3 (patch)
treed154708d1ef849666b17c141167c5d6dd662c698 /sysutils/fconfig
parent6056edbaa4f265632329e002263201282f7df2d3 (diff)
downloadports-fc7167cfed343c6cdafbdfdf9f4c53504ae2d4e3.tar.gz
ports-fc7167cfed343c6cdafbdfdf9f4c53504ae2d4e3.zip
Support staging
Notes
Notes: svn path=/head/; revision=346143
Diffstat (limited to 'sysutils/fconfig')
-rw-r--r--sysutils/fconfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fconfig/Makefile b/sysutils/fconfig/Makefile
index d383e4674b62..3141c59805d1 100644
--- a/sysutils/fconfig/Makefile
+++ b/sysutils/fconfig/Makefile
@@ -10,12 +10,12 @@ MASTER_SITES= http://downloads.openwrt.org/sources/ \
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>