summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-30 07:00:12 +0000
committersbd <sbd@pkgsrc.org>2012-07-30 07:00:12 +0000
commit4190af5924affdb50a18f80ae3eb62ecc0863523 (patch)
tree7714f23e5ec913ffdc915fe56c94ca03797dd44b /sysutils/amanda-client
parenta30908ef4452999b93702a9b67a5657669971d53 (diff)
downloadpkgsrc-4190af5924affdb50a18f80ae3eb62ecc0863523.tar.gz
Miscellaneous makefile clean up.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r--sysutils/amanda-client/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index bf682a90613..54755757a86 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2012/07/30 06:57:21 sbd Exp $
+# $NetBSD: Makefile,v 1.52 2012/07/30 07:00:12 sbd Exp $
#
PKGNAME= amanda-client-${AMANDA_VERSION}
@@ -9,14 +9,9 @@ COMMENT= Client part of Amanda, a network backup system
PKG_DESTDIR_SUPPORT= destdir
-GNU_CONFIGURE= yes
USE_TOOLS+= awk:run perl:run
-.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"
-.include "../../sysutils/amanda-common/buildlink3.mk"
-#.include "../../devel/readline/buildlink3.mk"
-
CONFIGURE_ARGS+= --without-server
.if !empty(PKG_OPTIONS:Mamanda-smb)
@@ -38,4 +33,5 @@ CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no
CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no
CONFIGURE_ENV+= ac_cv_lib_readline_readline=no
+.include "../../sysutils/amanda-common/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"