diff options
author | acm <acm@FreeBSD.org> | 2016-02-02 07:47:51 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-02-02 07:47:51 +0800 |
commit | 88a06886ce4d1445aed47f06e0996b95f67b2ade (patch) | |
tree | 10dfd817864b0261b94d279cd15c88c41d85ce65 /sysutils/bareos-client | |
parent | 4851002736b23347707a9774a2c83f3c47632044 (diff) | |
download | freebsd-ports-gnome-88a06886ce4d1445aed47f06e0996b95f67b2ade.tar.gz freebsd-ports-gnome-88a06886ce4d1445aed47f06e0996b95f67b2ade.tar.zst freebsd-ports-gnome-88a06886ce4d1445aed47f06e0996b95f67b2ade.zip |
- Fix build of sysutils/bareos-client-static
- Add additional jamsson support path files
- Bump PORTREVISION
Diffstat (limited to 'sysutils/bareos-client')
-rw-r--r-- | sysutils/bareos-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile index 7452be67ffc7..042fbd2dbbdb 100644 --- a/sysutils/bareos-client/Makefile +++ b/sysutils/bareos-client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bareos -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -client COMMENT= Backup archiving recovery open sourced (client) |