Date: Thu, 26 Dec 2013 14:36:58 +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: r337521 - head/archivers/libunrar4 Message-ID: <201312261436.rBQEawEc022824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 26 14:36:58 2013 New Revision: 337521 URL: http://svnweb.freebsd.org/changeset/ports/337521 Log: Support stage Modified: head/archivers/libunrar4/Makefile Modified: head/archivers/libunrar4/Makefile ============================================================================== --- head/archivers/libunrar4/Makefile Thu Dec 26 14:36:02 2013 (r337520) +++ head/archivers/libunrar4/Makefile Thu Dec 26 14:36:58 2013 (r337521) @@ -12,7 +12,6 @@ COMMENT= Library to work with RAR archiv WRKSRC= ${WRKDIR}/unrar -NO_STAGE= yes USES= gmake MAKE_ARGS= CC="${CC}" CXX="${CXX}" MAKEFILE= makefile.unix @@ -20,9 +19,9 @@ ALL_TARGET= lib USE_LDCONFIG= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libunrar.so ${PREFIX}/lib/libunrar.so.4 - cd ${PREFIX}/lib && ${LN} -sf libunrar.so.4 libunrar.so - ${MKDIR} ${PREFIX}/include/libunrar4 - ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${PREFIX}/include/libunrar4/dll.hpp + ${INSTALL_LIB} ${WRKSRC}/libunrar.so ${STAGEDIR}${PREFIX}/lib/libunrar.so.4 + cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libunrar.so.4 libunrar.so + @${MKDIR} ${STAGEDIR}${PREFIX}/include/libunrar4 + ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${STAGEDIR}${PREFIX}/include/libunrar4/dll.hpp .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261436.rBQEawEc022824>