diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-25 02:38:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-25 02:38:14 +0800 |
commit | cb17030d232b8e903d1b2b11541a07870dd2394e (patch) | |
tree | 77b3824138564dd3948dfdb39d9ce1bc7eacd701 /audio/autotalent | |
parent | 8b191b786aabf18df2679a7a073118b1d3ec9a40 (diff) | |
download | freebsd-ports-gnome-cb17030d232b8e903d1b2b11541a07870dd2394e.tar.gz freebsd-ports-gnome-cb17030d232b8e903d1b2b11541a07870dd2394e.tar.zst freebsd-ports-gnome-cb17030d232b8e903d1b2b11541a07870dd2394e.zip |
Support staging
Strip binaries
Diffstat (limited to 'audio/autotalent')
-rw-r--r-- | audio/autotalent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index bcbf468c23c3..268e764aaf80 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -12,7 +12,6 @@ COMMENT= Real-time pitch correction plugin for LADSPA 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> |