diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-11-29 15:12:18 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-11-29 15:12:18 +0000 |
commit | 6931ce022ef42226a3240e5b7bada522dcd4f5d5 (patch) | |
tree | 0886c2f066176aa1ed7b2c621908e82974c0fd05 /sysutils | |
parent | 143a8d18effbba8ea28016c49472356515dba55e (diff) | |
download | ports-6931ce022ef42226a3240e5b7bada522dcd4f5d5.tar.gz ports-6931ce022ef42226a3240e5b7bada522dcd4f5d5.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index ee9e1a7cc0d0..0615f6ef45f7 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -18,7 +18,7 @@ COMMENT= The network backup solution # The user/group IDs below are registered, see # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID # -BACULA_DIR=/var/db/bacula +BACULA_DIR?=/var/db/bacula # USE_REINPLACE= yes GNU_CONFIGURE= yes |