diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-08 01:04:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-08 01:04:44 +0000 |
commit | 2e62f40fd1ff755f135c3abea0f95415b9bbff43 (patch) | |
tree | 54cb9436beb5359f1b25b2fef0681ba8e4063f88 /sysutils/bacula/Makefile | |
parent | c093d3411de7547e6021a3b2f470550bfab20f36 (diff) | |
download | pkgsrc-2e62f40fd1ff755f135c3abea0f95415b9bbff43.tar.gz |
Add three optional GUIs to bacula.
Also, stop the package from compressing the man pages.
From Geert Hendrickx in private mail.
Diffstat (limited to 'sysutils/bacula/Makefile')
-rw-r--r-- | sysutils/bacula/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 88170d48fa2..a4af94b3175 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:19 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/08 01:04:44 wiz Exp $ CONFLICTS+= bacula-client-[0-9]* .include "options.mk" +PLIST_SRC= PLIST.common +PLIST_SRC+= PLIST.server + PLIST_SUBST+= BACULA_DB=${BACULA_DB:Q} MESSAGE_SUBST+= PREFIX=${PREFIX} MESSAGE_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV} |