diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-14 20:02:52 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-14 20:02:52 +0000 |
commit | 0f71c16d7fd3c8b5a95355ec3105bd12266149e3 (patch) | |
tree | 3c0e743e52ad80f52a5734b86d0a23d19e70fa34 | |
parent | - Update to 1.3.0 (diff) |
- Reset PORTREVISION due to PORTVERSION bump in master.
Notes
Notes:
svn path=/head/; revision=239559
-rw-r--r-- | sysutils/bacula-bat/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bacula-client/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/bacula-bat/Makefile b/sysutils/bacula-bat/Makefile index d6c92ea293ac..e556b0cb1eda 100644 --- a/sysutils/bacula-bat/Makefile +++ b/sysutils/bacula-bat/Makefile @@ -6,7 +6,6 @@ # PORTNAME= bacula -PORTREVISION= 2 PKGNAMESUFFIX= -bat COMMENT= The network backup solution (GUI) diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile index eb2a44beb0c3..baf49115c1dc 100644 --- a/sysutils/bacula-client/Makefile +++ b/sysutils/bacula-client/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= bacula -PORTREVISION= 1 PKGNAMESUFFIX= -client MASTERDIR= ${.CURDIR}/../bacula-server |