diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-08-09 17:18:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-08-09 17:18:52 +0800 |
commit | 358683cb8f8e380763bcb390a9640c0c43c7b5f6 (patch) | |
tree | 570c954ad8c00ef7acac051017e416398a4d459d /net/rsync | |
parent | fce1b0d398ec6431e9397744f3e2b9f5a31b0acf (diff) | |
download | freebsd-ports-gnome-358683cb8f8e380763bcb390a9640c0c43c7b5f6.tar.gz freebsd-ports-gnome-358683cb8f8e380763bcb390a9640c0c43c7b5f6.tar.zst freebsd-ports-gnome-358683cb8f8e380763bcb390a9640c0c43c7b5f6.zip |
Add USES=cpe (forgotten in previous commit)
Notified by: mat
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0308742929a2..5a111d851229 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -19,6 +19,8 @@ COMMENT= Network file distribution/synchronization utility LICENSE= GPLv3 +USES= cpe + CPE_VENDOR= samba CPE_PRODUCT= rsync |