diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-24 00:09:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-24 00:09:39 +0800 |
commit | 1043b5bb16eef7de9fac438c553e16a15462ed02 (patch) | |
tree | 91b0f46ec68f61f4bc55b6aefd90017f651cdb98 /sysutils/rsyncbackup | |
parent | cdab795c46785426960a8ca45805355489f24058 (diff) | |
download | freebsd-ports-gnome-1043b5bb16eef7de9fac438c553e16a15462ed02.tar.gz freebsd-ports-gnome-1043b5bb16eef7de9fac438c553e16a15462ed02.tar.zst freebsd-ports-gnome-1043b5bb16eef7de9fac438c553e16a15462ed02.zip |
- Add LICENSE and remove mention of license from pkg-descr
- Add NO_ARCH
- Pet portlint
Diffstat (limited to 'sysutils/rsyncbackup')
-rw-r--r-- | sysutils/rsyncbackup/Makefile | 5 | ||||
-rw-r--r-- | sysutils/rsyncbackup/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile index 4d03ff4eff44..662e8b3ff721 100644 --- a/sysutils/rsyncbackup/Makefile +++ b/sysutils/rsyncbackup/Makefile @@ -5,19 +5,22 @@ PORTNAME= rsyncbackup PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE +PROJECTHOST= rsync-backup DISTNAME= rsyncbackup MAINTAINER= ports@FreeBSD.org COMMENT= Rsync frontend written in Perl +LICENSE= GPLv2 # or later + RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync -PROJECTHOST= rsync-backup CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf USES= perl5 zip NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message diff --git a/sysutils/rsyncbackup/pkg-descr b/sysutils/rsyncbackup/pkg-descr index 84ad15861a1c..0fd28f3d0ab7 100644 --- a/sysutils/rsyncbackup/pkg-descr +++ b/sysutils/rsyncbackup/pkg-descr @@ -1,6 +1,4 @@ rsyncbackup is a perlscript that reads configuration files for sources and destinations, and feeds the rsync tool with the appropriate parameters. -rsyncbackup is GPL licenced - WWW: http://code.google.com/p/rsync-backup/ |