Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= ssync |
8 |
PORTNAME= ssync |
9 |
PORTVERSION= 2.3 |
9 |
PORTVERSION= 2.3 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 2 |
11 |
CATEGORIES= sysutils |
11 |
CATEGORIES= sysutils |
12 |
MASTER_SITES= http://mnmconsulting.org/ssync/ \ |
12 |
MASTER_SITES= http://mnmconsulting.org/ssync/ \ |
13 |
ftp://ftp.netsw.org/system/tools/fileutils/install/ssync/ |
13 |
ftp://ftp.netsw.org/system/tools/fileutils/install/ssync/ |
Lines 24-30
Link Here
|
24 |
post-patch: |
24 |
post-patch: |
25 |
@${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init |
25 |
@${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init |
26 |
@${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ |
26 |
@${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ |
27 |
${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c |
27 |
${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c \ |
|
|
28 |
${WRKSRC}/ssync.man |
28 |
@${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" ${WRKSRC}/makefile |
29 |
@${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" ${WRKSRC}/makefile |
29 |
|
30 |
|
30 |
do-install: |
31 |
do-install: |