diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 03:42:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 03:42:45 +0800 |
commit | 93c91030cc89e99e2fa3becd08361f9f6052e4c1 (patch) | |
tree | cacc446f444a366cd30a5b0476fbbee03d54eee1 /sysutils/zfs-periodic | |
parent | e22bb7e28c1d42b1d7f26b2f1e8978b459e8331f (diff) | |
download | freebsd-ports-gnome-93c91030cc89e99e2fa3becd08361f9f6052e4c1.tar.gz freebsd-ports-gnome-93c91030cc89e99e2fa3becd08361f9f6052e4c1.tar.zst freebsd-ports-gnome-93c91030cc89e99e2fa3becd08361f9f6052e4c1.zip |
Cleanup plist
Diffstat (limited to 'sysutils/zfs-periodic')
-rw-r--r-- | sysutils/zfs-periodic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/zfs-periodic/Makefile b/sysutils/zfs-periodic/Makefile index 18bf4f3e2deb..098f3f17cc9e 100644 --- a/sysutils/zfs-periodic/Makefile +++ b/sysutils/zfs-periodic/Makefile @@ -25,7 +25,6 @@ PERIODIC_FILES= etc/periodic/hourly/000.zfs-snapshot \ etc/periodic/monthly/000.zfs-snapshot PLIST_FILES= ${PERIODIC_FILES} bin/zfs-snapshot -PLIST_DIRSTRY= ${PERIODIC_DIRS} post-patch: .for _file in ${PERIODIC_FILES} |