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