summaryrefslogtreecommitdiff
path: root/editors/ce
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 15:29:15 +0000
committerjlam <jlam>2004-02-14 15:29:15 +0000
commitfa5bd95d2ad65942eecffff3a1d57457cf9d782f (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /editors/ce
parent92308a1209af17742d110b3488baea113a6f2931 (diff)
downloadpkgsrc-fa5bd95d2ad65942eecffff3a1d57457cf9d782f.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 'editors/ce')
-rw-r--r--editors/ce/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common
index b1c390fe608..99dc74c5561 100644
--- a/editors/ce/Makefile.common
+++ b/editors/ce/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/07/17 21:34:21 grant Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/02/14 15:29:15 jlam Exp $
#
DISTNAME= ce-${VERSION}
@@ -15,8 +15,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-ce-malloc
CONFIGURE_ARGS+= --with-curses
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/support/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/support/config.sub
PATCHDIR= ${.CURDIR}/../ce/patches
DISTINFO_FILE= ${.CURDIR}/../ce/distinfo