diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-12-01 12:07:27 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-12-01 12:07:27 +0000 |
commit | 68baab97f7ad61ad2d5325a511196d5096669c04 (patch) | |
tree | 20597db74ddbf3f2b5805b748bbd1ac6a916b1cc | |
parent | Remove condition on dependence on p5-Data-Dumper. (diff) |
o) Allow bacula-client port to overwrite COMMENT
PR: ports/74582
Submitted by: Renato Botelho <renato@galle.com.br>
Notes
Notes:
svn path=/head/; revision=122895
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 444761df1bf9..c2561d1357fe 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= bacula PKGNAMESUFFIX?= -server MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -COMMENT= The network backup solution (server) +COMMENT?= The network backup solution (server) # The user/group IDs below are registered, see # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID |