diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /net | |
parent | The Christmas Wine: update to 971221 version of WINE (diff) |
No need to use += on first appearance of variables.
Notes
Notes:
svn path=/head/; revision=9161
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 c6cc4c763049..d10a5b1b7599 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -3,7 +3,7 @@ # Date created: 19 November 1996 # Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> # -# $Id: Makefile,v 1.2 1997/02/18 10:08:02 obrien Exp $ +# $Id: Makefile,v 1.3 1997/02/19 05:49:17 asami Exp $ # DISTNAME= freeWAIS-sf-2.1.2 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/ MAINTAINER= pgiffuni@fps.biblos.unal.edu.co GNU_CONFIGURE= yes -CONFIGURE_ARGS+= < ${FILESDIR}/configure.ans +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 |