diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 23:13:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 23:13:14 +0000 |
commit | a4653df0c2725f64fd29c663eed8145c8f0d9980 (patch) | |
tree | 99ebae68a6dc9cf11a13573ee7337da1a708f061 /sysutils/bacula-server/Makefile | |
parent | fae97a230144ecbff5126fd9263628a4e4c60b2b (diff) | |
download | ports-a4653df0c2725f64fd29c663eed8145c8f0d9980.tar.gz ports-a4653df0c2725f64fd29c663eed8145c8f0d9980.zip |
Notes
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r-- | sysutils/bacula-server/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 2d0c2dbcf532..adca57c429fa 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -21,6 +21,7 @@ UNIQUENAME?=${PORTNAME}${PKGNAMESUFFIX} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz +.if !defined(WITH_BAT) PORTDOCS= VERIFYING \ technotes \ ChangeLog \ @@ -28,6 +29,7 @@ PORTDOCS= VERIFYING \ ReleaseNotes \ LICENSE \ INSTALL +.endif .if !defined(WITH_BAT) .if !defined(WITH_CLIENT_ONLY) @@ -117,11 +119,6 @@ USE_GNOME= libgnome gnomelibs libgnomeui PLIST_SUB+= BACULA_DIR=${BACULA_DIR} .endif -# sysutils/bacula-bat does not install PORTDOCS. -.if defined(WITH_BAT) -PORTDOCS= -.endif - .include <bsd.port.pre.mk> .if defined(WITH_NLS) |