svn commit: r335441 - head/audio/alienwah
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 1 21:20:01 UTC 2013
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>
More information about the svn-ports-all
mailing list