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 /textproc/isearch | |
parent | e419ee5a78bcd57e552a8c1927845cde528f1f51 (diff) |
Style police.
Bug fixes.
Notes
Notes:
svn path=/head/; revision=5681
Diffstat (limited to 'textproc/isearch')
-rw-r--r-- | textproc/isearch/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
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 <bsd.port.mk> |