diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile index 89f0158b9331..39fff6ab565d 100644 --- a/sysutils/freebsd-snapshot/Makefile +++ b/sysutils/freebsd-snapshot/Makefile @@ -1,35 +1,35 @@ # Created by: gtodd@bellanet.org PORTNAME= freebsd-snapshot DISTVERSION= 20091208.1 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://people.freebsd.org/~rse/dist/ MAINTAINER= gtodd@bellanet.org -COMMENT= Convenience frontend tools for the management of UFS2 snapshots +COMMENT= Convenience frontend tools for the management of UFS2/ZFS snapshots LICENSE= BSD2CLAUSE NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message pkg-deinstall PLIST_FILES= etc/amd.map.snap man/man8/periodic-snapshot.8.gz \ man/man8/snapshot.8.gz sbin/periodic-snapshot sbin/snapshot post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/amd.map.snap ${WRKSRC}/snapshot \ ${WRKSRC}/periodic-snapshot ${WRKSRC}/snapshot.8 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snapshot ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/periodic-snapshot ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/snapshot.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/periodic-snapshot.8 \ ${STAGEDIR}${MANPREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/amd.map.snap ${STAGEDIR}${PREFIX}/etc .include diff --git a/sysutils/freebsd-snapshot/pkg-descr b/sysutils/freebsd-snapshot/pkg-descr index 763606975f82..85652930c73b 100644 --- a/sysutils/freebsd-snapshot/pkg-descr +++ b/sysutils/freebsd-snapshot/pkg-descr @@ -1,9 +1,9 @@ freebsd-snapshot is a set of convenience frontend tools to mount(8) -and mdconfig(8) for the management of UFS2 snapshots. It is +and mdconfig(8) for the management of UFS2/ZFS snapshots. It is also the under-lying tool used in the periodic snapshot scheduler periodic-snapshot(8) and the mounting/unmouning command in the amd(8) map /usr/local/etc/amd.map.snap. It provides the making, expiring, visiting, mounting and unmounting of filesystem snapshots. WWW: https://people.freebsd.org/~rse/snapshot/