From 6b1b4b889797c07d1c4742cd61f504d4152c781b Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 18 Feb 1997 10:09:08 +0000 Subject: Style police. Bug fixes. --- net/freewais-sf/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 2dd2f1147f27..baab0d0bf8f9 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -3,7 +3,7 @@ # Date created: 19 November 1996 # Whom: Pedro Giffuni # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/18 08:30:55 tg Exp $ # DISTNAME= freeWAIS-sf-2.1.2 @@ -14,16 +14,16 @@ MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/ MAINTAINER= pgiffuni@fps.biblos.unal.edu.co IS_INTERACTIVE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} < ${FILESDIR}/configure.ans +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= < ${FILESDIR}/configure.ans MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ waisq.1 waissearch.1 xwais.1 xwaisq.1 MAN3= ftw.3 scandir.3 post-install: .if !defined(NOPORTDOCS) - mkdir -p ${PREFIX}/share/doc/SF - cp ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF + ${MKDIR} ${PREFIX}/share/doc/SF + ${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF .endif .include -- cgit