Date: Wed, 26 Feb 2014 08:36:31 +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: r346144 - head/sysutils/fusefs-fusexmp_fh Message-ID: <201402260836.s1Q8aV07001791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 26 08:36:31 2014 New Revision: 346144 URL: http://svnweb.freebsd.org/changeset/ports/346144 QAT: https://qat.redports.org/buildarchive/r346144/ Log: Support staging Modified: head/sysutils/fusefs-fusexmp_fh/Makefile Modified: head/sysutils/fusefs-fusexmp_fh/Makefile ============================================================================== --- head/sysutils/fusefs-fusexmp_fh/Makefile Wed Feb 26 08:35:15 2014 (r346143) +++ head/sysutils/fusefs-fusexmp_fh/Makefile Wed Feb 26 08:36:31 2014 (r346144) @@ -20,7 +20,6 @@ CONFIGURE_ARGS= --disable-kernel-module PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes do-build: cd ${WRKSRC}/lib \ && ${MAKE} @@ -29,6 +28,6 @@ do-build: do-install: cd ${WRKSRC}/example/.libs \ - && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin + && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260836.s1Q8aV07001791>