diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /net/rsync | |
parent | Forced commit to note that the previous revision also included patches (diff) |
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes
Notes:
svn path=/head/; revision=69808
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 1d2fb79c15ea..f624aded744f 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -9,7 +9,6 @@ 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 new file mode 100644 index 000000000000..6ec980abac54 --- /dev/null +++ b/net/rsync/pkg-comment @@ -0,0 +1 @@ +A network file distribution/synchronization utility |