Date: Sun, 29 Dec 2013 12:32:17 +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: r337974 - head/audio/caps-plugins Message-ID: <201312291232.rBTCWHT9023099@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 29 12:32:17 2013 New Revision: 337974 URL: http://svnweb.freebsd.org/changeset/ports/337974 Log: Stage support Modified: head/audio/caps-plugins/Makefile Modified: head/audio/caps-plugins/Makefile ============================================================================== --- head/audio/caps-plugins/Makefile Sun Dec 29 12:29:21 2013 (r337973) +++ head/audio/caps-plugins/Makefile Sun Dec 29 12:32:17 2013 (r337974) @@ -20,7 +20,6 @@ LICENSE_COMB= dual WRKSRC= ${WRKDIR}/caps-${PORTVERSION} -NO_STAGE= yes USES= gmake MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS} -fPIC -DPIC" @@ -30,9 +29,9 @@ PLIST_DIRSTRY= share/ladspa/rdf share/la OPTIMIZED_CFLAGS_CFLAGS= -O2 -ffast-math -funroll-loops do-install: - @${MKDIR} ${PREFIX}/lib/ladspa - ${INSTALL_DATA} ${WRKSRC}/caps.so ${PREFIX}/lib/ladspa - @${MKDIR} ${PREFIX}/share/ladspa/rdf - ${INSTALL_DATA} ${WRKSRC}/caps.rdf ${PREFIX}/share/ladspa/rdf + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa + ${INSTALL_LIB} ${WRKSRC}/caps.so ${STAGEDIR}${PREFIX}/lib/ladspa + @${MKDIR} ${STAGEDIR}${PREFIX}/share/ladspa/rdf + ${INSTALL_DATA} ${WRKSRC}/caps.rdf ${STAGEDIR}${PREFIX}/share/ladspa/rdf .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291232.rBTCWHT9023099>