diff options
author | schmonz <schmonz> | 2002-07-27 09:38:08 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-07-27 09:38:08 +0000 |
commit | 712789fd66f9b16ca8bacbb63ba413ffde48ab7d (patch) | |
tree | 9dd82e3902766075223040d4d6eecd1e752fe3d4 | |
parent | 285e72774a5e7cf064ffa1c38c6dae8075de8861 (diff) | |
download | pkgsrc-712789fd66f9b16ca8bacbb63ba413ffde48ab7d.tar.gz |
Use canonical pkgsrc config.guess and config.sub.
-rw-r--r-- | devel/libslang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index f996244536b..ac60d850fe0 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/05/19 17:11:19 tron Exp $ +# $NetBSD: Makefile,v 1.35 2002/07/27 09:38:08 schmonz Exp $ # DISTNAME= slang-1.4.5 @@ -20,6 +20,8 @@ USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= 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 |