summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-18 10:09:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-18 10:09:08 +0000
commitb85e96f1418a4fc4fa6c2c8ae320f89583844857 (patch)
treefe4f544025ca5f9f070837d12b42d212dc7679eb /net
parentActivate freewais-sf. (diff)
Style police.
Bug fixes.
Notes
Notes: svn path=/head/; revision=5681
Diffstat (limited to 'net')
-rw-r--r--net/freewais-sf/Makefile10
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>