diff options
author | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-27 08:54:53 +0000 |
commit | 782b73a94b268d9a265dc53ec32ec90b79b24121 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /net | |
parent | 0cc9b5c48ea19526283bb8f52618044b9a9693f3 (diff) | |
download | pkgsrc-782b73a94b268d9a265dc53ec32ec90b79b24121.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'net')
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index d765e93b53d..5353cd664e6 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/11 13:56:52 bad Exp $ +# $NetBSD: Makefile,v 1.2 2000/03/27 08:54:59 tron Exp $ # DISTNAME= freeWAIS-sf-2.2.12 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} -CONFIGURE_SCRIPT= Configure +CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \ -Darchname=${MACHINE_ARCH}-${LOWER_OPSYS} INSTALL_TARGET= install install.man |