Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= rsnapshot |
8 |
PORTNAME= rsnapshot |
9 |
PORTVERSION= 1.2.1 |
9 |
PORTVERSION= 1.2.9 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= http://www.rsnapshot.org/downloads/ |
11 |
MASTER_SITES= http://www.rsnapshot.org/downloads/ |
12 |
|
12 |
|
Lines 21-32
Link Here
|
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
|
22 |
|
23 |
MAN1= rsnapshot.1 |
23 |
MAN1= rsnapshot.1 |
24 |
DOCS= AUTHORS ChangeLog README TODO |
24 |
PORTDOCS= AUTHORS ChangeLog README TODO |
25 |
|
25 |
|
26 |
.if !defined(NOPORTDOCS) |
26 |
.if !defined(NOPORTDOCS) |
27 |
post-install: |
27 |
post-install: |
28 |
@${MKDIR} ${DOCSDIR} |
28 |
@${MKDIR} ${DOCSDIR} |
29 |
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} |
29 |
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
30 |
.endif |
30 |
.endif |
31 |
|
31 |
|
32 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.pre.mk> |
|
|
33 |
|
34 |
post-patch: |
35 |
${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in |
36 |
.if ${PERL_LEVEL} < 500800 |
37 |
${REINPLACE_CMD} -e "s, -n 'rsnapshot',," ${WRKSRC}/Makefile.in |
38 |
.endif |
39 |
|
40 |
.include <bsd.port.post.mk> |