diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/rsnapshot | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'sysutils/rsnapshot')
-rw-r--r-- | sysutils/rsnapshot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index 40a999862a1f..b42d77498e6d 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -12,9 +12,9 @@ COMMENT= Filesystem snapshot utility based on rsync(1) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync -RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ - p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown +BUILD_DEPENDS= rsync:net/rsync +RUN_DEPENDS= rsync:net/rsync \ + p5-Lchown>=0:sysutils/p5-Lchown OPTIONS_DEFINE= DOCS |