aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-28 09:01:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-28 09:01:09 +0000
commit7c1b0f0a98505ad0989bbb5afb6f7d6bbbcb8ec0 (patch)
tree92025af50b20c12d3259f13fc4440cd88670828f
parent258f72fcf8b5c6a6eb9cbcaab4d484b86a3cf9de (diff)
downloadports-7c1b0f0a98505ad0989bbb5afb6f7d6bbbcb8ec0.tar.gz
ports-7c1b0f0a98505ad0989bbb5afb6f7d6bbbcb8ec0.zip
- Update WWW
- Add LICENSE - Add NO_ARCH - Remove redundant variables Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=446813
-rw-r--r--sysutils/freebsd-snapshot/Makefile7
-rw-r--r--sysutils/freebsd-snapshot/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile
index 38d9479a68a9..c24d4f1d6035 100644
--- a/sysutils/freebsd-snapshot/Makefile
+++ b/sysutils/freebsd-snapshot/Makefile
@@ -5,16 +5,17 @@ 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
diff --git a/sysutils/freebsd-snapshot/pkg-descr b/sysutils/freebsd-snapshot/pkg-descr
index 60d98feb863d..763606975f82 100644
--- a/sysutils/freebsd-snapshot/pkg-descr
+++ b/sysutils/freebsd-snapshot/pkg-descr
@@ -6,4 +6,4 @@ 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/