diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-18 18:09:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-18 18:09:08 +0800 |
commit | 6b1b4b889797c07d1c4742cd61f504d4152c781b (patch) | |
tree | 64886a1d27152c1feeb9aa21f0520c562b02fae7 /textproc | |
parent | 42f24b2026e1ec760f858a4c403686e5f19cea97 (diff) | |
download | freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.gz freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.zst freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.zip |
Style police.
Bug fixes.
Diffstat (limited to 'textproc')
-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> |