summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 15:29:15 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 15:29:15 +0000
commitb259a0a4388103cfe04c1f0f9d13e1d67cd6575b (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /sysutils/amanda-common
parent9822f69382f86fc9995f243c31b81f739f6b59c6 (diff)
downloadpkgsrc-b259a0a4388103cfe04c1f0f9d13e1d67cd6575b.tar.gz
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r--sysutils/amanda-common/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index b450e6d6200..74e3d81b608 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2002/10/20 03:20:34 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/02/14 15:29:15 jlam Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
@@ -17,8 +17,6 @@ BUILD_DEFS+= AMANDA_USER AMANDA_GROUP AMANDA_SMB AMANDA_VAR
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config/config.sub
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=${AMANDA_USER}