Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/net-p2p/btsync/Makefile 366304 2014-08-27 10:42:05Z robak $ |
1 |
# $FreeBSD: head/net-p2p/btsync/Makefile 366304 2014-08-27 10:42:05Z robak $ |
2 |
|
2 |
|
3 |
PORTNAME= btsync |
3 |
PORTNAME= btsync |
4 |
PORTVERSION= 1.4.93 |
4 |
PORTVERSION= 1.4.103 |
5 |
CATEGORIES= net-p2p |
5 |
CATEGORIES= net-p2p |
6 |
MASTER_SITES= http://syncapp.bittorrent.com/${PORTVERSION}/ |
6 |
MASTER_SITES= http://syncapp.bittorrent.com/${PORTVERSION}/ |
7 |
DISTNAME= ${PORTNAME}_freebsd_${CONFIG_ARCH}-${PORTVERSION} |
7 |
DISTNAME= ${PORTNAME}_freebsd_${CONFIG_ARCH}-${PORTVERSION} |
Lines 45-51
Link Here
|
45 |
${REINPLACE_CMD} -e 's;^//\( *"storage_path" *: *\)"/.*",;\1"/var/db/${PORTNAME}",;' ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample |
45 |
${REINPLACE_CMD} -e 's;^//\( *"storage_path" *: *\)"/.*",;\1"/var/db/${PORTNAME}",;' ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample |
46 |
${REINPLACE_CMD} -e 's;^//\( *"pid_file" *: *"/var/run/${PORTNAME}/${PORTNAME}.pid",\);\1;' ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample |
46 |
${REINPLACE_CMD} -e 's;^//\( *"pid_file" *: *"/var/run/${PORTNAME}/${PORTNAME}.pid",\);\1;' ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample |
47 |
|
47 |
|
48 |
post-install: |
48 |
post-stage: |
49 |
${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} |
49 |
${MKDIR} ${STAGEDIR}/var/db/${PORTNAME} |
50 |
|
50 |
|
51 |
.include <bsd.port.post.mk> |
51 |
.include <bsd.port.post.mk> |