Index: head/sysutils/freebsd-snapshot/Makefile =================================================================== --- head/sysutils/freebsd-snapshot/Makefile (revision 446812) +++ head/sysutils/freebsd-snapshot/Makefile (revision 446813) @@ -1,35 +1,36 @@ # Created by: gtodd@bellanet.org # $FreeBSD$ PORTNAME= freebsd-snapshot DISTVERSION= 20091208.1 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://people.freebsd.org/~rse/dist/ +MASTER_SITES= https://people.freebsd.org/~rse/dist/ MAINTAINER= gtodd@bellanet.org COMMENT= Convenience frontend tools for the management of UFS2 snapshots +LICENSE= BSD2CLAUSE + NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message pkg-deinstall -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALLL= ${WRKDIR}/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 Index: head/sysutils/freebsd-snapshot/pkg-descr =================================================================== --- head/sysutils/freebsd-snapshot/pkg-descr (revision 446812) +++ head/sysutils/freebsd-snapshot/pkg-descr (revision 446813) @@ -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 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: http://people.freebsd.org/~rse/snapshot/ +WWW: https://people.freebsd.org/~rse/snapshot/