diff options
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r-- | sysutils/bacula-server/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 584c0f6054b9..c6185ecd4dc4 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= bacula PORTVERSION= 1.34.5 -PORTREVISION= 3 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-tcp-wrappers=/usr/lib \ CONFIGURE_ENV+= CPPFLAGS="-I/usr/include/readline -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -OPTIONS= CLIENT_ONLY "Build bacule file daemon only" off +OPTIONS= CLIENT_ONLY "Build bacula file daemon only" off OPTIONS+= WXCONSOLE "Build with wxGTK based GUI console" off OPTIONS+= GNOMECONSOLE "Build with GNOME based GUI console" off OPTIONS+= MYSQL "Use MySQL database instead of SqLite" off @@ -53,7 +53,7 @@ USE_GNOME= libgnome .include <bsd.port.pre.mk> -PLIST_SUB+= BACULA_DIR=${BACULA_DIR} +PLIST_SUB+= BACULA_DIR=${BACULA_DIR} # Build gnome-console .if defined(WITH_GNOMECONSOLE) @@ -139,8 +139,6 @@ post-install: # Extend only /etc/services @ ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PORTNAME} - # don't know how to make it better - ${RM} -f ${PREFIX}/etc/rc.d/bacula.sh.sample .else # Extend /etc/services and install UID/GID @ ${SETENV} PKG_PREFIX=${PREFIX} \ |