diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
commit | b85e96f1418a4fc4fa6c2c8ae320f89583844857 (patch) | |
tree | fe4f544025ca5f9f070837d12b42d212dc7679eb /net/freewais-sf | |
parent | e419ee5a78bcd57e552a8c1927845cde528f1f51 (diff) | |
download | ports-b85e96f1418a4fc4fa6c2c8ae320f89583844857.tar.gz ports-b85e96f1418a4fc4fa6c2c8ae320f89583844857.zip |
Notes
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 <pgiffuni@fps.biblos.unal.edu.co> # -# $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 <bsd.port.mk> |