svn commit: r334757 - head/audio/autotalent

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 24 18:38:15 UTC 2013


Author: bapt
Date: Sun Nov 24 18:38:14 2013
New Revision: 334757
URL: http://svnweb.freebsd.org/changeset/ports/334757

Log:
  Support staging
  Strip binaries

Modified:
  head/audio/autotalent/Makefile

Modified: head/audio/autotalent/Makefile
==============================================================================
--- head/audio/autotalent/Makefile	Sun Nov 24 18:36:57 2013	(r334756)
+++ head/audio/autotalent/Makefile	Sun Nov 24 18:38:14 2013	(r334757)
@@ -12,7 +12,6 @@ COMMENT=	Real-time pitch correction plug
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-NO_STAGE=	yes
 USES=		gmake
 
 MAKE_ARGS=	CXX="${CXX}" CC=${CC} CPP=${CPP} \
@@ -28,7 +27,7 @@ post-patch:
 	${REINPLACE_CMD} -e "s,-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math,${CFLAGS}," ${WRKSRC}/Makefile
 
 do-install:
-	@${MKDIR} ${PREFIX}/lib/ladspa
-	${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa
+	${INSTALL_LIB} ${WRKSRC}/autotalent.so ${STAGEDIR}${PREFIX}/lib/ladspa
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list