summaryrefslogtreecommitdiff
path: root/archivers/libunrar/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 14:36:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 14:36:02 +0000
commit2c6af503e021ac8fccde89c9a2c2d1b801503a99 (patch)
tree25743055c88bff9fb98feb381f5ab5b17b0e5acc /archivers/libunrar/Makefile
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=337520
Diffstat (limited to 'archivers/libunrar/Makefile')
-rw-r--r--archivers/libunrar/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile
index 9a65286e67c4..10fec073ec79 100644
--- a/archivers/libunrar/Makefile
+++ b/archivers/libunrar/Makefile
@@ -13,16 +13,15 @@ COMMENT= Library to work with RAR archives
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>