diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /sysutils/amanda-server | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils/amanda-server')
-rw-r--r-- | sysutils/amanda-server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 35c184d8ce3..5acb4c61e5f 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/02/07 02:04:15 gdt Exp $ +# $NetBSD: Makefile,v 1.41 2007/02/22 19:27:10 wiz Exp $ PKGNAME= amanda-server-${VERS} PKGREVISION= 6 @@ -15,11 +15,11 @@ CONFIGURE_ARGS+= --without-client # Prevent configure script from finding unnecessary libraries. # -CONFIGURE_ENV+= ac_cv_lib_intl_main=no -CONFIGURE_ENV+= ac_cv_lib_termcap_tgetent=no -CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no -CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no -CONFIGURE_ENV+= ac_cv_lib_readline_readline=no +CONFIGURE_ENV+= ac_cv_lib_intl_main=no +CONFIGURE_ENV+= ac_cv_lib_termcap_tgetent=no +CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no +CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no +CONFIGURE_ENV+= ac_cv_lib_readline_readline=no # post-install: # ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amanda |