diff options
author | jlam <jlam> | 2004-02-14 15:29:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 15:29:15 +0000 |
commit | fa5bd95d2ad65942eecffff3a1d57457cf9d782f (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /devel/libslang | |
parent | 92308a1209af17742d110b3488baea113a6f2931 (diff) | |
download | pkgsrc-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 '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 \ |