Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 18:38:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334757 - head/audio/autotalent
Message-ID:  <201311241838.rAOIcFIW027967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311241838.rAOIcFIW027967>