Date: Sun, 1 Dec 2013 21:20:01 +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: r335441 - head/audio/alienwah Message-ID: <201312012120.rB1LK19K011197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 1 21:20:01 2013 New Revision: 335441 URL: http://svnweb.freebsd.org/changeset/ports/335441 Log: Finish stage support Modified: head/audio/alienwah/Makefile Modified: head/audio/alienwah/Makefile ============================================================================== --- head/audio/alienwah/Makefile Sun Dec 1 21:16:45 2013 (r335440) +++ head/audio/alienwah/Makefile Sun Dec 1 21:20:01 2013 (r335441) @@ -15,10 +15,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/lads USES= gmake MAKE_ARGS= CPP="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -fPIC" +PLIST_DIRSTRY= lib/ladspa PLIST_FILES= lib/ladspa/aw.so do-install: - @${MKDIR} ${PREFIX}/lib/ladspa + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa ${INSTALL_LIB} ${WRKSRC}/aw.so ${STAGEDIR}${PREFIX}/lib/ladspa .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312012120.rB1LK19K011197>