diff options
Diffstat (limited to 'net-p2p/rslsync/Makefile')
-rw-r--r-- | net-p2p/rslsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rslsync/Makefile b/net-p2p/rslsync/Makefile index 9c3b5f0c297e..28f5291cb613 100644 --- a/net-p2p/rslsync/Makefile +++ b/net-p2p/rslsync/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rslsync -PORTVERSION= 2.5.13 +PORTVERSION= 2.6.1 CATEGORIES= net-p2p MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ @@ -37,7 +37,7 @@ CONFIG_ARCH= ${ARCH} .endif do-build: - ${WRKSRC}/rslsync --nodaemon --dump-sample-config > ${WRKSRC}/rslsync.conf.sample + ${WRKSRC}/rslsync --nodaemon --storage ${WRKSRC} --dump-sample-config > ${WRKSRC}/rslsync.conf.sample ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample ${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample |