diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 21:55:21 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 21:55:21 +0000 |
commit | fba1cd9964e5bc4ae694933236944baa7a04a7e7 (patch) | |
tree | aa2a3f71e559138dd3cbbbe1e1c357b46a5ce64f /net/rsync | |
parent | Add in a new patch file missed on initial commit. (diff) |
Use PORTCOMMENT variable instead of pkg-comment file.
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 1 | ||||
-rw-r--r-- | net/rsync/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index f624aded744f..1d2fb79c15ea 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -9,6 +9,7 @@ PORTNAME= rsync PORTVERSION= 2.5.5 PORTREVISION= 1 +PORTCOMMENT= A network file distribution/synchronization utility CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ diff --git a/net/rsync/pkg-comment b/net/rsync/pkg-comment deleted file mode 100644 index 6ec980abac54..000000000000 --- a/net/rsync/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A network file distribution/synchronization utility |