diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
commit | b259a0a4388103cfe04c1f0f9d13e1d67cd6575b (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /devel/libslang | |
parent | 9822f69382f86fc9995f243c31b81f739f6b59c6 (diff) | |
download | pkgsrc-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 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 9ec7936ed96..0b19713f829 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/01/22 08:24:30 grant Exp $ +# $NetBSD: Makefile,v 1.49 2004/02/14 15:29:15 jlam Exp $ # DISTNAME= slang-1.4.9 @@ -24,9 +24,6 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/autoconf/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/autoconf/config.sub - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/slang ${MV} ${PREFIX}/share/doc/slang/slangdoc.html \ |