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. --- textproc/isearch/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'textproc') diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index 13b2622ace78..253ba900a41c 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -3,25 +3,25 @@ # Date created: 21 Sept 1996 # Whom: Pedro # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/17 09:54:02 tg Exp $ # DISTNAME= Isearch-1.14 -PKG_NAME= isearch-1.14 +PKGNAME= isearch-1.14 CATEGORIES= misc MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/ MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co -HAS_CONFIGURE = yes +GNU_CONFIGURE= yes post-install: strip ${PREFIX}/bin/Isearch - strip $(PREFIX)/bin/Iindex - strip $(PREFIX)/bin/Iutil + strip ${PREFIX}/bin/Iindex + strip ${PREFIX}/bin/Iutil .if !defined(NOPORTDOCS) - ${MKDIR} -p ${PREFIX}/share/doc/Isearch - ${INSTALL_DATA} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch + ${MKDIR} ${PREFIX}/share/doc/Isearch + ${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch .endif .include -- cgit