aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-18 18:09:08 +0800
committerobrien <obrien@FreeBSD.org>1997-02-18 18:09:08 +0800
commit6b1b4b889797c07d1c4742cd61f504d4152c781b (patch)
tree64886a1d27152c1feeb9aa21f0520c562b02fae7 /net
parent42f24b2026e1ec760f858a4c403686e5f19cea97 (diff)
downloadfreebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.gz
freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.zst
freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.zip
Style police.
Bug fixes.
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>