diff options
Diffstat (limited to 'sysutils/zfs-periodic')
-rw-r--r-- | sysutils/zfs-periodic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/zfs-periodic/Makefile b/sysutils/zfs-periodic/Makefile index c3a54deb3a19..f70c2efe958d 100644 --- a/sysutils/zfs-periodic/Makefile +++ b/sysutils/zfs-periodic/Makefile @@ -27,6 +27,7 @@ PERIODIC_FILES= etc/periodic/hourly/000.zfs-snapshot \ PLIST_FILES= ${PERIODIC_FILES} bin/zfs-snapshot PLIST_DIRSTRY= ${PERIODIC_DIRS} +NO_STAGE= yes post-patch: .for _file in ${PERIODIC_FILES} @${REINPLACE_CMD} -e "s|/etc/periodic/zfs-snapshot|${PREFIX}/bin/zfs-snapshot|" \ |