View | Details | Raw Unified | Return to bug 98707
Collapse All | Expand All

(-)archivers/rar/Makefile (-16 / +8 lines)
Lines 9-19 Link Here
9
PORTVERSION=	3.51
9
PORTVERSION=	3.51
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	archivers
11
CATEGORIES=	archivers
12
MASTER_SITES=	http://files2.rarlab.com/rar/ \
12
MASTER_SITES=	http://files.rarlab.com/rar/ \
13
		http://files3.rarlab.com/rar/ \
13
		http://files2.rarlab.com/rar/
14
		http://files4.rarlab.com/rar/ \
15
		http://files5.rarlab.com/rar/ \
16
		http://files6.rarlab.com/rar/
17
DISTNAME=	rarbsd-3.5.1
14
DISTNAME=	rarbsd-3.5.1
18
15
19
MAINTAINER=	gkovesdan@t-hosting.hu
16
MAINTAINER=	gkovesdan@t-hosting.hu
Lines 40-60 Link Here
40
37
41
do-install:
38
do-install:
42
	${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin/rar
39
	${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin/rar
43
	(cd ${WRKSRC} && \
40
	${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1
44
		${INSTALL_MAN} rar.txt ${PREFIX}/man/cat1/rar.1 && \
41
	${INSTALL_DATA} ${WRKSRC}/rarfiles.lst ${PREFIX}/etc
45
		${INSTALL_DATA} rarfiles.lst \
42
	${INSTALL_DATA} ${WRKSRC}/default.sfx ${PREFIX}/lib
46
			${PREFIX}/etc && \
47
		${INSTALL_DATA} default.sfx \
48
			${PREFIX}/lib )
49
43
50
post-install:
44
post-install:
51
.if !defined(NOPORTDOCS)
45
.if !defined(NOPORTDOCS)
52
	${MKDIR} ${DOCSDIR}
46
	${MKDIR} ${DOCSDIR}
53
	(cd ${WRKSRC} && \
47
.for FILE in technote.txt license.txt order.htm readme.txt whatsnew.txt file_id.diz
54
		${INSTALL_DATA} technote.txt license.txt \
48
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
55
				order.htm readme.txt whatsnew.txt \
49
.endfor
56
				file_id.diz \
57
			${DOCSDIR} )
58
.endif
50
.endif
59
51
60
.include <bsd.port.post.mk>
52
.include <bsd.port.post.mk>

Return to bug 98707