Date: Sat, 28 Dec 2013 20:26:38 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337902 - head/audio/freepats Message-ID: <201312282026.rBSKQcjU042018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 28 20:26:37 2013 New Revision: 337902 URL: http://svnweb.freebsd.org/changeset/ports/337902 Log: Stage support Modified: head/audio/freepats/Makefile Modified: head/audio/freepats/Makefile ============================================================================== --- head/audio/freepats/Makefile Sat Dec 28 20:25:28 2013 (r337901) +++ head/audio/freepats/Makefile Sat Dec 28 20:26:37 2013 (r337902) @@ -10,12 +10,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free and open set of instrument patches USE_BZIP2= yes -NO_STAGE= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312282026.rBSKQcjU042018>